From e1308338a9b93222ae17b778a3fa4df21601cfb8 Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Tue, 12 Jul 2016 17:34:40 +0300 Subject: Stream: style. --- src/stream/ngx_stream_map_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stream/ngx_stream_map_module.c') diff --git a/src/stream/ngx_stream_map_module.c b/src/stream/ngx_stream_map_module.c index 9e4c2ca35..47a15bef7 100644 --- a/src/stream/ngx_stream_map_module.c +++ b/src/stream/ngx_stream_map_module.c @@ -81,7 +81,7 @@ static ngx_stream_module_t ngx_stream_map_module_ctx = { NULL, /* init main configuration */ NULL, /* create server configuration */ - NULL, /* merge server configuration */ + NULL /* merge server configuration */ }; -- cgit