]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove spurious space.
authorJim Meyering <jim@meyering.net>
Thu, 27 Jul 1995 03:57:10 +0000 (03:57 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Jul 1995 03:57:10 +0000 (03:57 +0000)
src/wc.c

index 8c812ca38ccf8cbc831b6e84a68324ced74eb002..9346a2dbd79d443633e21a2c5b449cfada6f770f 100644 (file)
--- 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