summaryrefslogtreecommitdiff
path: root/lib/fts.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-15 06:22:54 +0000
committerJim Meyering <jim@meyering.net>2003-04-15 06:22:54 +0000
commit5efadd5e0f2de8d15d03090e58ae7e6c750a840c (patch)
tree11006c4b7c7b75931dccf5b1d5971eae171057e1 /lib/fts.c
parent7e4874c0d8020e8d8faa058cb1b27fb372bf31a9 (diff)
downloadcoreutils-5efadd5e0f2de8d15d03090e58ae7e6c750a840c.tar.xz
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.
Diffstat (limited to 'lib/fts.c')
-rw-r--r--lib/fts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fts.c b/lib/fts.c
index 69e52ded4..acd94bf61 100644
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -1063,7 +1063,7 @@ fts_sort(sp, head, nitems)
sp->fts_nitems = nitems + 40;
if ((a = realloc(sp->fts_array,
- (size_t)(sp->fts_nitems * sizeof(FTSENT *)))) == NULL) {
+ (size_t)(sp->fts_nitems * sizeof(FTSENT *)))) == NULL) {
free(sp->fts_array);
sp->fts_array = NULL;
sp->fts_nitems = 0;