summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-05-25 23:33:11 -0700
committerWayne Davison <wayne@opencoder.net>2020-05-25 23:33:11 -0700
commit23a37ecac4bba997948fa30e72eb4aa8e317e394 (patch)
tree85bf829c74b3be96d5e028d59ade9fef36b97bf4 /options.c
parent47bae3abf66027e97f32e1cdbf189664ed1a7e99 (diff)
downloadrsync-23a37ecac4bba997948fa30e72eb4aa8e317e394.tar.gz
Get indent right.
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 09dc5f22..04b84a72 100644
--- a/options.c
+++ b/options.c
@@ -674,7 +674,7 @@ static void print_capabilities(enum logcode f)
int cap_len = cap ? strlen(cap) : 1000;
int need_comma = cap && capabilities[cnt+1] != NULL ? 1 : 0;
if (line_len + 1 + cap_len + need_comma >= (int)sizeof line_buf) {
- rprintf(f, " %s\n", line_buf);
+ rprintf(f, " %s\n", line_buf);
line_len = 0;
}
if (!cap)