diff options
author | Jim Meyering <jim@meyering.net> | 2006-04-14 16:36:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-04-14 16:36:34 +0000 |
commit | 52f9cd668869abdfc1778e8619a9f37e2d3a648c (patch) | |
tree | da7707c30f7dd18fa362a7c30be9dc07fa9a7194 | |
parent | ea26299816b8f30e80eded304907eaa047b3bfa6 (diff) | |
download | coreutils-52f9cd668869abdfc1778e8619a9f37e2d3a648c.tar.xz |
remove SPACEs before TAB
-rw-r--r-- | lib/fts.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. */ |