From: Jim Meyering Date: Thu, 27 Jul 1995 03:57:10 +0000 (+0000) Subject: Remove spurious space. X-Git-Tag: textutils-1_12_1~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8904d4a45c8113c3bfdf3ab809ef934545ce37e9;p=thirdparty%2Fcoreutils.git Remove spurious space. --- diff --git a/src/wc.c b/src/wc.c index 8c812ca38c..9346a2dbd7 100644 --- a/src/wc.c +++ b/src/wc.c @@ -220,7 +220,7 @@ wc (fd, file) if (fstat (fd, &stats) == 0 && S_ISREG (stats.st_mode) && (current_pos = lseek (fd, (off_t) 0, SEEK_CUR)) != -1 - && (end_pos = lseek (fd, (off_t) 0, SEEK_END)) != -1) + && (end_pos = lseek (fd, (off_t) 0, SEEK_END)) != -1) { off_t diff; /* Be careful here. The current position may actually be