From: Colm MacCarthaigh Date: Thu, 25 Aug 2005 15:30:31 +0000 (+0000) Subject: A very minor, but particularly annoying whitespace fix. It took me 15 minutes X-Git-Tag: 2.3.0~3078 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56101b205e59442719ed2727d163bf8cb6835980;p=apache A very minor, but particularly annoying whitespace fix. It took me 15 minutes 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 --- diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c index a28d3bafa5..0947b2822d 100644 --- a/modules/ssl/ssl_engine_config.c +++ b/modules/ssl/ssl_engine_config.c @@ -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;