Skip to content

Commit 6a1c62d

Browse files
pwhelanedsiper
authored andcommitted
config_format: yaml: fix indentation.
Signed-off-by: Phillip Whelan <[email protected]>
1 parent 0d6d781 commit 6a1c62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config_format/flb_cf_yaml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ static int read_glob(struct flb_cf *conf, struct local_ctx *ctx,
429429
for (idx = 0; idx < glb.gl_pathc; idx++) {
430430
ret = read_config(conf, ctx, state->file, glb.gl_pathv[idx]);
431431

432-
if (ret < 0) {
432+
if (ret < 0) {
433433
break;
434434
}
435435
}

0 commit comments

Comments
 (0)