]> granicus.if.org Git - apache/commitdiff
A very minor, but particularly annoying whitespace fix. It took me 15 minutes
authorColm MacCarthaigh <colm@apache.org>
Thu, 25 Aug 2005 15:30:31 +0000 (15:30 +0000)
committerColm MacCarthaigh <colm@apache.org>
Thu, 25 Aug 2005 15:30:31 +0000 (15:30 +0000)
to try and parse what was going on :-)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240089 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index a28d3bafa5d40b606bcf72c0aac5533dc8d77f7c..0947b2822d49cfa37c9453a659201ece298a211d 100644 (file)
@@ -386,7 +386,7 @@ const char *ssl_cmd_SSLMutex(cmd_parms *cmd,
          * if provided and fall back on APR's default if not.  Today, APR
          * will ignore it, but once supported it has an absurdly short limit.
          */
-       if (file) {
+        if (file) {
             mc->szMutexFile = apr_pstrdup(cmd->server->process->pool, file);
 
             file = NULL;