Skip to content

Commit

Permalink
config_format: yaml: fix indentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Whelan <[email protected]>
  • Loading branch information
pwhelan committed Sep 26, 2023
1 parent b2dea71 commit 26659d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config_format/flb_cf_yaml.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ static int read_glob(struct flb_cf *conf, struct local_ctx *ctx,
for (idx = 0; idx < glb.gl_pathc; idx++) {
ret = read_config(conf, ctx, state->file, glb.gl_pathv[idx]);

if (ret < 0) {
if (ret < 0) {
break;
}
}
Expand Down

0 comments on commit 26659d0

Please sign in to comment.