From 9b23a7b25d9f0c9dcd5a0b7aed4e44c493ca3354 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Tue, 9 Feb 2010 08:39:37 +0000 Subject: [PATCH] random EOL white space. --- includes/Status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Status.php b/includes/Status.php index 4bceb2e46f..a07a4b81f9 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -177,7 +177,7 @@ class Status { $this->successCount += $other->successCount; $this->failCount += $other->failCount; } - + function getErrorsArray() { $result = array(); foreach ( $this->errors as $error ) { -- 2.20.1