diff options
author | Günther Deschner <gd@samba.org> | 2010-05-03 12:48:55 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-03 14:44:57 +0200 |
commit | 094ee6cb433ab76e1f6a82476886a7d74e1036cb (patch) | |
tree | 2088ba0693f41af4f1e1d5053197142147ed9a6b /pidl/lib/Parse | |
parent | 5efdd13d12a0c4daf0d659556ea0eba4625499f4 (diff) | |
download | samba-094ee6cb433ab76e1f6a82476886a7d74e1036cb.tar.gz samba-094ee6cb433ab76e1f6a82476886a7d74e1036cb.tar.bz2 samba-094ee6cb433ab76e1f6a82476886a7d74e1036cb.zip |
pidl: indent cosmetics for s3 server stubs.
Guenther
Diffstat (limited to 'pidl/lib/Parse')
-rw-r--r-- | pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm | 2 |
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 "}"; |