From b4fb292a822b89aae661c9a91a07f8e1c5fb54e6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Sep 2004 19:59:20 +0000 Subject: [PATCH] remove trailing blank --- src/id.c | 2 +- src/nl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/id.c b/src/id.c index 8218b3d..b86667e 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 4ff2b76..ae9b41b 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")); -- 2.7.4