summaryrefslogtreecommitdiff
path: root/flist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-07-05 01:41:19 -0700
committerWayne Davison <wayned@samba.org>2008-07-05 01:41:19 -0700
commit854411909bad78948d82663da9bac7e22021d608 (patch)
treed81fb4ea72b0d2fe94779c9978fc63b7e2c887e6 /flist.c
parentbb4e4d889f51065dcef6f34d8ba4a80c051149a1 (diff)
downloadrsync-854411909bad78948d82663da9bac7e22021d608.tar.gz
Got rid of some trailing whitespace.
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flist.c b/flist.c
index 9b69d921..18b239ef 100644
--- a/flist.c
+++ b/flist.c
@@ -2164,7 +2164,7 @@ struct file_list *send_file_list(int f, int argc, char *argv[])
if (inc_recurse) {
send_dir_depth = 1;
add_dirs_to_tree(-1, flist, dir_count);
- if (!file_total || strcmp(flist->sorted[0]->basename, ".") != 0)
+ if (!file_total || strcmp(flist->sorted[0]->basename, ".") != 0)
flist->parent_ndx = -1;
flist_done_allocating(flist);
if (send_dir_ndx < 0) {
@@ -2288,7 +2288,7 @@ struct file_list *recv_file_list(int f)
else
io_error |= read_int(f);
} else if (inc_recurse && flist->ndx_start == 1) {
- if (!file_total || strcmp(flist->sorted[0]->basename, ".") != 0)
+ if (!file_total || strcmp(flist->sorted[0]->basename, ".") != 0)
flist->parent_ndx = -1;
}