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:
parent
5efdd13d12
commit
094ee6cb43
@ -244,7 +244,7 @@ sub ParseDispatchFunction($)
|
|||||||
indent;
|
indent;
|
||||||
pidl "struct $fn->{NAME} *r = (struct $fn->{NAME} *)_r;";
|
pidl "struct $fn->{NAME} *r = (struct $fn->{NAME} *)_r;";
|
||||||
CallWithStruct("cli->pipes_struct", "mem_ctx", $fn,
|
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;";
|
pidl "return NT_STATUS_OK;";
|
||||||
deindent;
|
deindent;
|
||||||
pidl "}";
|
pidl "}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user