diff options
author | Tim Potter <tpot@samba.org> | 2005-08-24 11:33:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:31 -0500 |
commit | 43fbeed881a315a048ed74733034a31959dd6699 (patch) | |
tree | 817452b03094cf3cf4a01cb34f4d95388d6ec48d /source4 | |
parent | b42f358d511096689916d75584583bd4dd08e41b (diff) | |
download | samba-43fbeed881a315a048ed74733034a31959dd6699.tar.gz samba-43fbeed881a315a048ed74733034a31959dd6699.tar.bz2 samba-43fbeed881a315a048ed74733034a31959dd6699.zip |
r9577: Fix some indentation.
(This used to be commit 2759c91b811511d34f276631378fe6c1cf139760)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/initshutdown.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/initshutdown.idl b/source4/librpc/idl/initshutdown.idl index 4cdffe75eb..f576061565 100644 --- a/source4/librpc/idl/initshutdown.idl +++ b/source4/librpc/idl/initshutdown.idl @@ -32,8 +32,8 @@ [in] uint8 reboot ); - WERROR initshutdown_Abort( - [in] uint16 *server + WERROR initshutdown_Abort( + [in] uint16 *server ); WERROR initshutdown_InitEx( |