Hi,

Some trailing whitespace fixes for rsync.

Patch below:


diff --git usr.bin/rsync/extern.h usr.bin/rsync/extern.h
index 1ea81ef47ea..221ec24f9b4 100644
--- usr.bin/rsync/extern.h
+++ usr.bin/rsync/extern.h
@@ -267,9 +267,9 @@ int           rsync_client(const struct opts *, int, const 
struct fargs *);
 int              rsync_socket(const struct opts *, const struct fargs *);
 int              rsync_server(const struct opts *, size_t, char *[]);
 int              rsync_downloader(struct download *, struct sess *, int *);
-int              rsync_set_metadata(struct sess *, int, int, 
+int              rsync_set_metadata(struct sess *, int, int,
                        const struct flist *, const char *);
-int              rsync_set_metadata_at(struct sess *, int, int, 
+int              rsync_set_metadata_at(struct sess *, int, int,
                        const struct flist *, const char *);
 int              rsync_uploader(struct upload *,
                        int *, struct sess *, int *);
diff --git usr.bin/rsync/mktemp.c usr.bin/rsync/mktemp.c
index 46fc38416c2..9d5331832c3 100644
--- usr.bin/rsync/mktemp.c
+++ usr.bin/rsync/mktemp.c
@@ -20,7 +20,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
-#include <sys/un.h>                                                            
 
+#include <sys/un.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <limits.h>

-- 
Kind regards,
Hiltjo

Reply via email to