summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-03 12:48:55 +0200
committerGünther Deschner <gd@samba.org>2010-05-03 14:44:57 +0200
commit094ee6cb433ab76e1f6a82476886a7d74e1036cb (patch)
tree2088ba0693f41af4f1e1d5053197142147ed9a6b /pidl
parent5efdd13d12a0c4daf0d659556ea0eba4625499f4 (diff)
downloadsamba-094ee6cb433ab76e1f6a82476886a7d74e1036cb.tar.gz
samba-094ee6cb433ab76e1f6a82476886a7d74e1036cb.tar.bz2
samba-094ee6cb433ab76e1f6a82476886a7d74e1036cb.zip
pidl: indent cosmetics for s3 server stubs.
Guenther
Diffstat (limited to 'pidl')
-rw-r--r--pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
index 5599de9d79..7c9091ea94 100644
--- a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+++ b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
@@ -244,7 +244,7 @@ sub ParseDispatchFunction($)
indent;
pidl "struct $fn->{NAME} *r = (struct $fn->{NAME} *)_r;";
CallWithStruct("cli->pipes_struct", "mem_ctx", $fn,
- sub { pidl "return NT_STATUS_NO_MEMORY;"; });
+ sub { pidl "\treturn NT_STATUS_NO_MEMORY;"; });
pidl "return NT_STATUS_OK;";
deindent;
pidl "}";