Get indent right.

This commit is contained in:
Wayne Davison
2020-05-25 23:33:11 -07:00
parent 47bae3abf6
commit 23a37ecac4

View File

@@ -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)