comparison src/event/ngx_event.c @ 6166:ac52b46ebab5

Style.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 05 Jun 2015 17:10:34 +0300
parents 193bbc006d5e
children dceb078b1156
comparison
equal deleted inserted replaced
6165:d811f22033ad 6166:ac52b46ebab5
925 925
926 rv = ngx_conf_parse(cf, NULL); 926 rv = ngx_conf_parse(cf, NULL);
927 927
928 *cf = pcf; 928 *cf = pcf;
929 929
930 if (rv != NGX_CONF_OK) 930 if (rv != NGX_CONF_OK) {
931 return rv; 931 return rv;
932 }
932 933
933 for (i = 0; ngx_modules[i]; i++) { 934 for (i = 0; ngx_modules[i]; i++) {
934 if (ngx_modules[i]->type != NGX_EVENT_MODULE) { 935 if (ngx_modules[i]->type != NGX_EVENT_MODULE) {
935 continue; 936 continue;
936 } 937 }