diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-15 06:22:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-15 06:22:54 +0000 |
commit | 5efadd5e0f2de8d15d03090e58ae7e6c750a840c (patch) | |
tree | 11006c4b7c7b75931dccf5b1d5971eae171057e1 /lib | |
parent | 7e4874c0d8020e8d8faa058cb1b27fb372bf31a9 (diff) | |
download | coreutils-5efadd5e0f2de8d15d03090e58ae7e6c750a840c.tar.xz |
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fts.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |