Whitespace fix.

This commit is contained in:
Maxim Dounin 2012-08-18 23:04:39 +00:00
parent b69f284383
commit 83e35f6f22

View File

@ -391,13 +391,13 @@ ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
continue;
}
module = ngx_modules[m]->ctx;
if (module->protocol == NULL) {
continue;
}
for (i = 0; module->protocol->port[i]; i++) {
if (module->protocol->port[i] == u.port) {
cscf->protocol = module->protocol;