* lib/fts.c (fts_open): Use consistent indentation.
authorJim Meyering <jim@meyering.net>
Thu, 12 Oct 2006 10:36:51 +0000 (10:36 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 12 Oct 2006 10:36:51 +0000 (10:36 +0000)
ChangeLog
lib/fts.c

index edf3fd6..db0abd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,8 @@
        Thanks to Miklos Szeredi for his tenacity and for the initial
        bug report about "find" failing on a FUSE-based file system.
 
+       * lib/fts.c (fts_open): Use consistent indentation.
+
 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
index 6eca310..05cd67c 100644 (file)
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -433,7 +433,7 @@ fts_open (char * const *argv,
        sp->fts_cur->fts_link = root;
        sp->fts_cur->fts_info = FTS_INIT;
        if (! setup_dir (sp))
-         goto mem3;
+               goto mem3;
 
        /*
         * If using chdir(2), grab a file descriptor pointing to dot to ensure