From: Christophe Jaillet Date: Sun, 25 Aug 2013 07:42:35 +0000 (+0000) Subject: tweak indentation (r1510993 in trunk) X-Git-Tag: 2.4.7~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51fdb724efeec43ba44c9b11d09f3837301fe4d9;p=apache tweak indentation (r1510993 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1517234 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_init.c b/modules/ssl/ssl_engine_init.c index 9f8dcc8fc4..fe3646fc1c 100644 --- a/modules/ssl/ssl_engine_init.c +++ b/modules/ssl/ssl_engine_init.c @@ -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;