summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-09-22 19:59:20 +0000
committerJim Meyering <jim@meyering.net>2004-09-22 19:59:20 +0000
commitb4fb292a822b89aae661c9a91a07f8e1c5fb54e6 (patch)
tree99f5d5dfd4a1cf53be2e7a728b8f27a96983e550
parente8014b940c02c9d32b7a984349d1be96a03e9fb0 (diff)
downloadcoreutils-b4fb292a822b89aae661c9a91a07f8e1c5fb54e6.tar.xz
remove trailing blank
-rw-r--r--src/id.c2
-rw-r--r--src/nl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/id.c b/src/id.c
index 8218b3d3e..b86667e7c 100644
--- 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"));
diff --git a/src/nl.c b/src/nl.c
index 4ff2b764b..ae9b41b57 100644
--- 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"));