]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove trailing blank
authorJim Meyering <jim@meyering.net>
Wed, 22 Sep 2004 19:59:20 +0000 (19:59 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 22 Sep 2004 19:59:20 +0000 (19:59 +0000)
src/id.c
src/nl.c

index 8218b3d3e9f8ca3cba3eeb90556a8da3f0e12f7f..b86667e7c30f2ed20da5e9c119d655407cfd14bf 100644 (file)
--- a/src/id.c
+++ b/src/id.c
@@ -272,7 +272,7 @@ xgetgroups (const char *username, gid_t gid, int *n_groups,
       else
        ng = getugroups (max_n_groups, g, username, gid);
     }
-      
+
   if (ng < 0)
     {
       error (0, errno, _("cannot get supplemental group list"));
index 4ff2b764bd8319f79702a06c4c91fc10af34d9bc..ae9b41b579267d0f901da3c17060022cac530d23 100644 (file)
--- a/src/nl.c
+++ b/src/nl.c
@@ -270,7 +270,7 @@ print_lineno (void)
   intmax_t next_line_no;
 
   printf (lineno_format, lineno_width, line_no, separator_str);
-  
+
   next_line_no = line_no + page_incr;
   if (next_line_no < line_no)
     error (EXIT_FAILURE, 0, _("line number overflow"));