random EOL white space.
authorMark A. Hershberger <mah@users.mediawiki.org>
Tue, 9 Feb 2010 08:39:37 +0000 (08:39 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Tue, 9 Feb 2010 08:39:37 +0000 (08:39 +0000)
includes/Status.php

index 4bceb2e..a07a4b8 100644 (file)
@@ -177,7 +177,7 @@ class Status {
                $this->successCount += $other->successCount;
                $this->failCount += $other->failCount;
        }
-       
+
        function getErrorsArray() {
                $result = array();
                foreach ( $this->errors as $error ) {