]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
tweak indentation
authorJeff Trawick <trawick@apache.org>
Tue, 6 Aug 2013 15:21:52 +0000 (15:21 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 6 Aug 2013 15:21:52 +0000 (15:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1510993 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_init.c

index a5b15c8874e557859fd077d950a9fa690f1828be..8a37b1e111b471e4ebaf2c74f0e6a06b38bc8db7 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;