summaryrefslogtreecommitdiff
path: root/batch.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-08-13 10:53:02 -0700
committerWayne Davison <wayne@opencoder.net>2022-08-13 10:53:53 -0700
commit9cb7529ba60cd59519489ad0fc7fbb69ced6411f (patch)
tree27ea20a46bd448e6672a0ffe4c93e99a69887dd7 /batch.c
parent55ad8757ec32f9aa202305ea6e0d72bd55d66efd (diff)
downloadrsync-9cb7529ba60cd59519489ad0fc7fbb69ced6411f.tar.gz
Remove some trailing whitespace.
Diffstat (limited to 'batch.c')
-rw-r--r--batch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/batch.c b/batch.c
index a9711c56..b95033f0 100644
--- 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);