+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
/* 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);
}
/* 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);
}