null+****@clear*****
null+****@clear*****
2012年 6月 1日 (金) 17:34:30 JST
Ryo Onodera 2012-06-01 17:34:30 +0900 (Fri, 01 Jun 2012)
New Revision: 09d0c6224873d1aec0aa9acc841fdf94def139b0
Log:
Fix style: unwrap a function prototype
Modified files:
src/nginx-module/ngx_http_hello_module.c
Modified: src/nginx-module/ngx_http_hello_module.c (+1 -2)
===================================================================
--- src/nginx-module/ngx_http_hello_module.c 2012-06-01 17:25:13 +0900 (99853d3)
+++ src/nginx-module/ngx_http_hello_module.c 2012-06-01 17:34:30 +0900 (36b1f57)
@@ -20,8 +20,7 @@
#include <ngx_core.h>
#include <ngx_http.h>
-static char *ngx_http_hello(ngx_conf_t *cf, ngx_command_t *cmd,
- void *conf);
+static char *ngx_http_hello(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
static ngx_command_t ngx_http_hello_commands[] = {
{ ngx_string("hello"),