1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

pidl: indent cosmetics for s3 server stubs.

Guenther
This commit is contained in:
Günther Deschner 2010-05-03 12:48:55 +02:00
parent 5efdd13d12
commit 094ee6cb43

View File

@ -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 "}";