break long line
authorJim Meyering <jim@meyering.net>
Sat, 19 Dec 1998 17:19:13 +0000 (17:19 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Dec 1998 17:19:13 +0000 (17:19 +0000)
lib/userspec.c

index 8536030..25552aa 100644 (file)
@@ -114,7 +114,8 @@ is_number (const char *str)
    Return NULL if successful, a static error message string if not.  */
 
 const char *
-parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid, char **username_arg, char **groupname_arg)
+parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid,
+                char **username_arg, char **groupname_arg)
 {
   static const char *tired = "virtual memory exhausted";
   const char *error_msg;