Re-indent.
This commit is contained in:
parent
413bb19543
commit
689a7197a0
@ -488,9 +488,9 @@ static void process_flags (int argc, char **argv)
|
|||||||
|
|
||||||
while ((c = getopt_long (argc, argv,
|
while ((c = getopt_long (argc, argv,
|
||||||
#ifdef USE_SHA_CRYPT
|
#ifdef USE_SHA_CRYPT
|
||||||
"c:hrs:",
|
"c:hrs:",
|
||||||
#else
|
#else
|
||||||
"c:hr",
|
"c:hr",
|
||||||
#endif
|
#endif
|
||||||
long_options, &option_index)) != -1) {
|
long_options, &option_index)) != -1) {
|
||||||
switch (c) {
|
switch (c) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user