]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Tue, 2 Jan 2007 23:41:54 +0000 (23:41 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 2 Jan 2007 23:41:54 +0000 (23:41 +0000)
src/http/modules/ngx_http_ssl_module.c

index 39e3eab54aff97a0dce7a8b85b6fb81eacc7b7e4..2fa421ec0fb9f27695c4e483e437a35004afe10a 100644 (file)
@@ -343,7 +343,8 @@ ngx_http_ssl_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
     cln->data = &conf->ssl;
 
     if (ngx_ssl_certificate(cf, &conf->ssl, &conf->certificate,
-                            &conf->certificate_key) != NGX_OK)
+                            &conf->certificate_key)
+        != NGX_OK)
     {
         return NGX_CONF_ERROR;
     }
@@ -359,7 +360,8 @@ ngx_http_ssl_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
 
     if (conf->verify) {
         if (ngx_ssl_client_certificate(cf, &conf->ssl,
-                                 &conf->client_certificate, conf->verify_depth)
+                                       &conf->client_certificate,
+                                       conf->verify_depth)
             != NGX_OK)
         {
             return NGX_CONF_ERROR;