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/22 07:21:22 UTC

svn commit: r1633527 - /httpd/httpd/trunk/server/core.c

Author: jailletc36
Date: Wed Oct 22 05:21:22 2014
New Revision: 1633527

URL: http://svn.apache.org/r1633527
Log:
tab vs space

Modified:
    httpd/httpd/trunk/server/core.c

Modified: httpd/httpd/trunk/server/core.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?rev=1633527&r1=1633526&r2=1633527&view=diff
==============================================================================
--- httpd/httpd/trunk/server/core.c (original)
+++ httpd/httpd/trunk/server/core.c Wed Oct 22 05:21:22 2014
@@ -1409,13 +1409,13 @@ static const char *generate_message(cmd_
      * the log is displayed on the terminal as no log file is opened yet.
      */
     ap_log_error(APLOG_MARK, level, 0, NULL,
-		 "%s on line %d of %s", msg,
-		 cf? cf->line_number:
-		   ed1? ed1->line_num:
-		     ed2? ed2->line_num: -1,
-		 cf? cf->name:
-		   ed1? ed1->filename:
-		     ed2? ed2->filename: "<UNKNOWN>");
+                 "%s on line %d of %s", msg,
+                 cf? cf->line_number:
+                   ed1? ed1->line_num:
+                     ed2? ed2->line_num: -1,
+                 cf? cf->name:
+                   ed1? ed1->filename:
+                     ed2? ed2->filename: "<UNKNOWN>");
 
     /* message displayed above, return will stop configuration processing */
     return level==APLOG_ERR?