You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/10/06 21:25:04 UTC

svn commit: r1629740 - /httpd/httpd/trunk/modules/debugging/mod_firehose.c

Author: jailletc36
Date: Mon Oct  6 19:25:04 2014
New Revision: 1629740

URL: http://svn.apache.org/r1629740
Log:
Fix one missed s/tab/space/

Modified:
    httpd/httpd/trunk/modules/debugging/mod_firehose.c

Modified: httpd/httpd/trunk/modules/debugging/mod_firehose.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/debugging/mod_firehose.c?rev=1629740&r1=1629739&r2=1629740&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/debugging/mod_firehose.c (original)
+++ httpd/httpd/trunk/modules/debugging/mod_firehose.c Mon Oct  6 19:25:04 2014
@@ -580,7 +580,7 @@ static const char *firehose_enable_conne
             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")) {