From 56101b205e59442719ed2727d163bf8cb6835980 Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Thu, 25 Aug 2005 15:30:31 +0000 Subject: [PATCH] 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 --- modules/ssl/ssl_engine_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0