projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d4f7a
)
* lib/fts.c (fts_open): Use consistent indentation.
author
Jim Meyering
<jim@meyering.net>
Thu, 12 Oct 2006 10:36:51 +0000
(10:36 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 12 Oct 2006 10:36:51 +0000
(10:36 +0000)
ChangeLog
patch
|
blob
|
history
lib/fts.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index edf3fd67f4c219da01329770e362c7472db40169..db0abd71a230cdb18fcf98b2ef66c181410cff39 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
diff --git
a/lib/fts.c
b/lib/fts.c
index 6eca31089e4d53193ba0b7c38c3847923c1a8564..05cd67c498c64912a4d2fac3fa8b9427c22d80db 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