Skip to content

Commit b2f2c93

Browse files
iandrewtedsiper
authored andcommitted
http_server: fix formatting of if/else block
Signed-off-by: Andrew Titmuss <[email protected]>
1 parent b1f3602 commit b2f2c93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/http_server/flb_http_server_http1.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,8 @@ int flb_http1_server_session_init(struct flb_http1_server_session *session,
445445

446446
if (parent != NULL && parent->parent != NULL) {
447447
user_data = parent->parent->user_data;
448-
} else {
448+
}
449+
else {
449450
user_data = NULL;
450451
}
451452

0 commit comments

Comments
 (0)