summaryrefslogtreecommitdiff
path: root/cleanup.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-13 18:19:12 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-13 19:15:02 -0700
commite63ff70eae67530f7b8b23263c19cf88fac90bd2 (patch)
tree644bc24a1394f77eeb1dd20c0fc7b26f4d596d43 /cleanup.c
parent8a70f1420b4b2e47ae6ba0d314fb8f703746766c (diff)
downloadrsync-e63ff70eae67530f7b8b23263c19cf88fac90bd2.tar.gz
Some indentation fixes.
Diffstat (limited to 'cleanup.c')
-rw-r--r--cleanup.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cleanup.c b/cleanup.c
index b477e660..cf8330ac 100644
--- a/cleanup.c
+++ b/cleanup.c
@@ -172,11 +172,11 @@ NORETURN void _exit_cleanup(int code, const char *file, int line)
const char *fname = cleanup_fname;
cleanup_fname = NULL;
if (!partial_dir) {
- /* We don't want to leave a partial file with a modern time or it
- * could be skipped via --update. Setting the time to something
- * really old also helps it to stand out as unfinished in an ls. */
- tweak_modtime = 1;
- cleanup_file->modtime = 0;
+ /* We don't want to leave a partial file with a modern time or it
+ * could be skipped via --update. Setting the time to something
+ * really old also helps it to stand out as unfinished in an ls. */
+ tweak_modtime = 1;
+ cleanup_file->modtime = 0;
}
finish_transfer(cleanup_new_fname, fname, NULL, NULL,
cleanup_file, tweak_modtime, !partial_dir);