1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

remove SPACEs before TAB

This commit is contained in:
Jim Meyering
2006-04-14 16:36:34 +00:00
parent ea26299816
commit 52f9cd6688
+2 -2
View File
@@ -273,8 +273,8 @@ fts_open (char * const *argv,
register FTS *sp;
register FTSENT *p, *root;
register size_t nitems;
FTSENT *parent = NULL;
FTSENT *tmp = NULL; /* pacify gcc */
FTSENT *parent = NULL;
FTSENT *tmp = NULL; /* pacify gcc */
size_t len;
/* Options check. */