From a287773f46a32244c1891258df7cb61da2ac5640 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 19 Aug 2009 05:08:17 +0000 Subject: [PATCH] newline at end of output :) --- maintenance/syntaxChecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/syntaxChecker.php b/maintenance/syntaxChecker.php index 4ee3ef47a8..a2e3619f32 100644 --- a/maintenance/syntaxChecker.php +++ b/maintenance/syntaxChecker.php @@ -51,7 +51,7 @@ class SyntaxChecker extends Maintenance { } } $this->output( "\nDone! " . count( $this->mFiles ) . " files checked, " . - count( $this->mFailures ) . " failures found" ); + count( $this->mFailures ) . " failures found\n" ); } /** -- 2.20.1