summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-04-14 16:36:34 +0000
committerJim Meyering <jim@meyering.net>2006-04-14 16:36:34 +0000
commit52f9cd668869abdfc1778e8619a9f37e2d3a648c (patch)
treeda7707c30f7dd18fa362a7c30be9dc07fa9a7194 /lib
parentea26299816b8f30e80eded304907eaa047b3bfa6 (diff)
downloadcoreutils-52f9cd668869abdfc1778e8619a9f37e2d3a648c.tar.xz
remove SPACEs before TAB
Diffstat (limited to 'lib')
-rw-r--r--lib/fts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fts.c b/lib/fts.c
index 2f017be54..df68b335d 100644
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -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. */