From 094ee6cb433ab76e1f6a82476886a7d74e1036cb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 3 May 2010 12:48:55 +0200 Subject: pidl: indent cosmetics for s3 server stubs. Guenther --- pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pidl/lib') 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 "}"; -- cgit