comparison src/http/modules/perl/ngx_http_perl_module.c @ 1941:0e7deac300f1

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 14 Mar 2008 12:31:20 +0000
parents 6a4c74bea81c
children 171a283af56b
comparison
equal deleted inserted replaced
1940:6a4c74bea81c 1941:0e7deac300f1
1053 } 1053 }
1054 1054
1055 return NGX_OK; 1055 return NGX_OK;
1056 } 1056 }
1057 1057
1058
1058 static void 1059 static void
1059 ngx_http_perl_exit(ngx_cycle_t *cycle) 1060 ngx_http_perl_exit(ngx_cycle_t *cycle)
1060 { 1061 {
1061 PERL_SYS_TERM(); 1062 PERL_SYS_TERM();
1062 } 1063 }