]> granicus.if.org Git - apache/commitdiff
tweak indentation (r1510993 in trunk)
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Aug 2013 07:42:35 +0000 (07:42 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 25 Aug 2013 07:42:35 +0000 (07:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1517234 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_init.c

index 9f8dcc8fc404b441cd3ee7e8aba840472bd170b3..fe3646fc1cb3ba0dae68c3a1861938c7902c76ed 100644 (file)
@@ -294,7 +294,7 @@ int ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
             sc->enabled = SSL_ENABLED_TRUE;
         }
 
-       /* If sc->enabled is UNSET, then SSL is optional on this vhost  */
+        /* If sc->enabled is UNSET, then SSL is optional on this vhost  */
         /* Fix up stuff that may not have been set */
         if (sc->enabled == SSL_ENABLED_UNSET) {
             sc->enabled = SSL_ENABLED_FALSE;