]> granicus.if.org Git - shadow/commitdiff
* src/groupadd.c: Re-indent.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 22 Dec 2008 22:03:34 +0000 (22:03 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 22 Dec 2008 22:03:34 +0000 (22:03 +0000)
ChangeLog
src/groupadd.c

index b37e3abddbdb2f3c4345338e49fa246aa4edcb78..8ba5b3813e383a7b05e1f25eeb2eaebe463a5724 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-22  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/groupadd.c: Re-indent.
+
 2008-12-22  Nicolas François  <nicolas.francois@centraliens.net>
 
        * libmisc/audit_help.c: Added audit_logger_message() to log
index d4377bd8eaf029ff5d1a65677d3ac2577c966055..45f5d5b3f25f3cd86019a3fbb6a6c84ca65490ac 100644 (file)
@@ -493,7 +493,9 @@ static void check_flags (void)
                        /* OK, no need to do anything */
                        exit (E_SUCCESS);
                }
-               fprintf (stderr, _("%s: group '%s' already exists\n"), Prog, group_name);
+               fprintf (stderr,
+                        _("%s: group '%s' already exists\n"),
+                        Prog, group_name);
                exit (E_NAME_IN_USE);
        }
 
@@ -510,7 +512,8 @@ static void check_flags (void)
                        /* Turn off -g, we can use any GID */
                        gflg = false;
                } else {
-                       fprintf (stderr, _("%s: GID '%lu' already exists\n"),
+                       fprintf (stderr,
+                                _("%s: GID '%lu' already exists\n"),
                                 Prog, (unsigned long int) group_id);
                        exit (E_GID_IN_USE);
                }