diff options
author | Michael Adam <obnox@samba.org> | 2008-03-18 15:33:25 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-18 15:52:45 +0100 |
commit | 010669351a0276ea2252f763dcabce725770f0b6 (patch) | |
tree | 71ad32dcbf0896dde347f768386cc4d5200263e6 /source3 | |
parent | 6c575d114b16f160cd5a5a31b15a09816a7ae488 (diff) | |
download | samba-010669351a0276ea2252f763dcabce725770f0b6.tar.gz samba-010669351a0276ea2252f763dcabce725770f0b6.tar.bz2 samba-010669351a0276ea2252f763dcabce725770f0b6.zip |
testparm: fix irritating indentation.
Michael
(This used to be commit a74f07243d80294167766dfc6bcad02a96afc079)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/testparm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index 4eed2f57ee..83143c1001 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -128,8 +128,7 @@ parameter.\n" ); cannot be executed (error was %s).\n", truncated_prog, strerror(errno) ); ret = 1; } - - } + } #ifdef WITH_PAM } |