From: Jim Meyering Date: Wed, 22 Sep 2004 19:59:20 +0000 (+0000) Subject: remove trailing blank X-Git-Tag: v5.3.0~642 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4fb292a822b89aae661c9a91a07f8e1c5fb54e6;p=thirdparty%2Fcoreutils.git remove trailing blank --- diff --git a/src/id.c b/src/id.c index 8218b3d3e9..b86667e7c3 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 4ff2b764bd..ae9b41b579 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"));