Skip to content

Commit ef89d2f

Browse files
DavidKorczynskiedsiper
authored andcommitted
input: fix indentation
Signed-off-by: David Korczynski <[email protected]>
1 parent 7eb7dcb commit ef89d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flb_parser.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@ static int parser_conf_file(const char *cfg, struct flb_cf *cf,
607607
}
608608
if (types_len) {
609609
for (i=0; i<types_len; i++){
610-
if (types[i].key != NULL) {
610+
if (types[i].key != NULL) {
611611
flb_free(types[i].key);
612-
}
612+
}
613613
}
614614
flb_free(types);
615615
}

0 commit comments

Comments
 (0)