Skip to content

Commit 3ff0ec7

Browse files
authored
Merge pull request chobits#116 from chobits/for_pull_request
config: fixed codingstyle
2 parents 23a2b95 + c0d103a commit 3ff0ec7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
ngx_addon_name=ngx_http_proxy_connect_module
2+
23
if test -n "$ngx_module_link"; then
34
ngx_module_type=HTTP
45
ngx_module_name=ngx_http_proxy_connect_module
56
ngx_module_srcs="$ngx_addon_dir/ngx_http_proxy_connect_module.c"
7+
68
. auto/module
79
else
810
HTTP_MODULES="$HTTP_MODULES ngx_http_proxy_connect_module"
911
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_proxy_connect_module.c"
1012
fi
13+
1114
have=NGX_HTTP_PROXY_CONNECT . auto/have

0 commit comments

Comments
 (0)