From: Jim Meyering Date: Thu, 12 Oct 2006 10:36:51 +0000 (+0000) Subject: * lib/fts.c (fts_open): Use consistent indentation. X-Git-Tag: cvs-readonly~1735 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=423165622b065f44eefdc375d6a2908b70427e2b;p=gnulib.git * lib/fts.c (fts_open): Use consistent indentation. --- diff --git a/ChangeLog b/ChangeLog index edf3fd67f..db0abd71a 100644 --- 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 * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from diff --git a/lib/fts.c b/lib/fts.c index 6eca31089..05cd67c49 100644 --- 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