From b7445582dc6d8adda89dc26f351d4c92748bbe2d Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Sun, 31 Aug 2014 14:21:46 +0200
Subject: [PATCH] add proper End of Line character

---
 cron.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cron.php b/cron.php
index c48f17ed095..e77cc885aba 100644
--- a/cron.php
+++ b/cron.php
@@ -100,7 +100,7 @@ try {
 		if (file_exists(TemporaryCronClass::$lockfile)) {
 			TemporaryCronClass::$keeplock = true;
 			TemporaryCronClass::$sent = true;
-			echo "Another instance of cron.php is still running!";
+			echo "Another instance of cron.php is still running!" . PHP_EOL;
 			exit(1);
 		}
 
-- 
GitLab