Skip to content

Commit b370b8c

Browse files
author
jiahao
committed
style: need a blank line before else code blocks.
1 parent 8f94f3e commit b370b8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ngx_http_lua_event.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ ngx_http_lua_init_event(ngx_cycle_t *cycle)
5151

5252
if (ngx_strcmp(ecf->name, "epoll") == 0) {
5353
ngx_http_lua_event_actions = ngx_http_lua_epoll;
54+
5455
} else
5556

5657
#endif
@@ -59,6 +60,7 @@ ngx_http_lua_init_event(ngx_cycle_t *cycle)
5960

6061
if (ngx_strcmp(ecf->name, "poll") == 0) {
6162
ngx_http_lua_event_actions = ngx_http_lua_poll;
63+
6264
} else
6365

6466
#endif
@@ -67,6 +69,7 @@ ngx_http_lua_init_event(ngx_cycle_t *cycle)
6769

6870
if (ngx_strcmp(ecf->name, "kqueue") == 0) {
6971
ngx_http_lua_event_actions = ngx_http_lua_kqueue;
72+
7073
} else
7174

7275
#endif

0 commit comments

Comments
 (0)