From 010669351a0276ea2252f763dcabce725770f0b6 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 18 Mar 2008 15:33:25 +0100 Subject: testparm: fix irritating indentation. Michael (This used to be commit a74f07243d80294167766dfc6bcad02a96afc079) --- source3/utils/testparm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/utils') 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 } -- cgit