A minor format tweak.
authorWayne Davison <wayned@samba.org>
Sat, 9 Dec 2006 17:35:36 +0000 (17:35 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 9 Dec 2006 17:35:36 +0000 (17:35 +0000)
generator.c

index 1f36c5d..a98ba9a 100644 (file)
@@ -1517,10 +1517,8 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx,
                        do_unlink(partialptr);
                        handle_partial_dir(partialptr, PDIR_DELETE);
                }
-               if (itemizing) {
-                       itemize(file, ndx, statret, &st,
-                               0, 0, NULL);
-               }
+               if (itemizing)
+                       itemize(file, ndx, statret, &st, 0, 0, NULL);
                set_file_attrs(fname, file, &st, maybe_ATTRS_REPORT);
 #ifdef SUPPORT_HARD_LINKS
                if (preserve_hard_links && F_IS_HLINKED(file))