Remove some trailing whitespace.
[rsync.git] / batch.c
diff --git a/batch.c b/batch.c
index a9711c5698855b93cb2c064ab77513717d4914bd..b95033f0e2aacf51991c1a4386199ede33cc8daa 100644 (file)
--- a/batch.c
+++ b/batch.c
@@ -194,7 +194,7 @@ static int write_opt(const char *opt, const char *arg)
 {
        int len = strlen(opt);
        int err = write(batch_sh_fd, " ", 1) != 1;
-       err = write(batch_sh_fd, opt, len) != len ? 1 : 0; 
+       err = write(batch_sh_fd, opt, len) != len ? 1 : 0;
        if (arg) {
                err |= write(batch_sh_fd, "=", 1) != 1;
                err |= write_arg(arg);