summaryrefslogtreecommitdiff
path: root/usr.bin/rsync/receiver.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-02-16 05:06:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-02-16 05:06:31 +0000
commit51af77722a3ec9561cb52a8be503a9d7e911fe39 (patch)
tree2d176d4c8275f7a1b5ce077986c899a1b974600c /usr.bin/rsync/receiver.c
parentb4b0335792a242edc88587a3aa572f24bee59ed1 (diff)
unwrap lines which do not need wrapping
Diffstat (limited to 'usr.bin/rsync/receiver.c')
-rw-r--r--usr.bin/rsync/receiver.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/rsync/receiver.c b/usr.bin/rsync/receiver.c
index fc66bbd0f35..e6d869e8d41 100644
--- a/usr.bin/rsync/receiver.c
+++ b/usr.bin/rsync/receiver.c
@@ -1,4 +1,4 @@
-/* $Id: receiver.c,v 1.8 2019/02/14 18:30:11 florian Exp $ */
+/* $Id: receiver.c,v 1.9 2019/02/16 05:06:30 deraadt Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -94,8 +94,7 @@ rsync_set_metadata(struct sess *sess, int newfile,
* Pledges (dry-run): -cpath, -wpath, -fattr.
*/
int
-rsync_receiver(struct sess *sess,
- int fdin, int fdout, const char *root)
+rsync_receiver(struct sess *sess, int fdin, int fdout, const char *root)
{
struct flist *fl = NULL, *dfl = NULL;
size_t i, flsz = 0, dflsz = 0, excl;