X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4e834af1400713ad564f7d6fc35912921a262467..fd322eef82eaeec22300d66a49aeb4c179fea6f5:/receiver.c diff --git a/receiver.c b/receiver.c index 6595c496..f69fa1d9 100644 --- a/receiver.c +++ b/receiver.c @@ -413,8 +413,10 @@ int recv_files(int f_in,struct file_list *flist,char *local_name) if (fd1 != -1 && st.st_size > 0) { mapbuf = map_file(fd1,st.st_size); - if (verbose > 2) - rprintf(FINFO,"recv mapped %s of size %.0f\n",fnamecmp,(double)st.st_size); + if (verbose > 2) { + rprintf(FINFO, "recv mapped %s of size %.0f\n", + fnamecmp, (double)st.st_size); + } } else mapbuf = NULL;