]> granicus.if.org Git - apache/commitdiff
tab vs space
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 22 Oct 2014 05:21:22 +0000 (05:21 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 22 Oct 2014 05:21:22 +0000 (05:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633527 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 121336d1f627a17e534912e2e30831d58b767492..cca899496f40f49aea236b861801affc5677edf7 100644 (file)
@@ -1409,13 +1409,13 @@ static const char *generate_message(cmd_parms *cmd, void *dummy,
      * 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?