summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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"));