]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Sat, 25 Nov 2006 23:23:27 +0000 (23:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 25 Nov 2006 23:23:27 +0000 (23:23 +0000)
src/http/modules/perl/ngx_http_perl_module.h

index 5a3d5082ad4e19111c50bd1c543f27003347a872..67aaba08b9d86e8f48a3adcfb5a87eb2edcb3599 100644 (file)
@@ -48,7 +48,7 @@ extern ngx_module_t  ngx_http_perl_module;
 #endif
 
 
-extern void  boot_DynaLoader(pTHX_ CV* cv);
+extern void boot_DynaLoader(pTHX_ CV* cv);
 
 
 void ngx_http_perl_handle_request(ngx_http_request_t *r);