]> granicus.if.org Git - apache/commitdiff
Fix one missed s/tab/space/
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 6 Oct 2014 19:25:04 +0000 (19:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 6 Oct 2014 19:25:04 +0000 (19:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629740 13f79535-47bb-0310-9956-ffa450edef68

modules/debugging/mod_firehose.c

index 7228c2e2b2622009ac5c5aa38f351c9a4009e29f..b74275fa195b019f6a1309362e48a961b7b2982e 100644 (file)
@@ -580,7 +580,7 @@ static const char *firehose_enable_connection(cmd_parms *cmd,
             firehose->nonblock = APR_FOPEN_NONBLOCK;
 #else
             return "The parameter 'nonblock' is not supported by APR on this "
-                "platform";
+                   "platform";
 #endif
         }
         else if (!strcmp(arg1, "block")) {