]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove trailing blank
authorJim Meyering <jim@meyering.net>
Tue, 30 Dec 2003 08:24:41 +0000 (08:24 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 30 Dec 2003 08:24:41 +0000 (08:24 +0000)
src/join.c

index ea95427227211b3c92e828a6ea2e57467fa09d55..cb9d8885b1e34936a06608254de98f18397f3470 100644 (file)
@@ -240,7 +240,7 @@ xfields (struct line *line)
        }
       while (ptr != lim);
     }
-         
+
   extract_field (line, ptr, lim - ptr);
 }