From: nekral-guest Date: Sat, 11 Apr 2009 13:00:32 +0000 (+0000) Subject: Re-indent. X-Git-Tag: 4.1.3~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689a7197a04aab0ad321875e9f914a79175ba91b;p=thirdparty%2Fshadow.git Re-indent. --- diff --git a/src/newusers.c b/src/newusers.c index de5c5eecd..70d419916 100644 --- a/src/newusers.c +++ b/src/newusers.c @@ -488,9 +488,9 @@ static void process_flags (int argc, char **argv) while ((c = getopt_long (argc, argv, #ifdef USE_SHA_CRYPT - "c:hrs:", + "c:hrs:", #else - "c:hr", + "c:hr", #endif long_options, &option_index)) != -1) { switch (c) {