]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - includes/PatrolLog.php
MediaWiki 1.14.0
[autoinstalls/mediawiki.git] / includes / PatrolLog.php
index 35cb4a0237ee3d6dd7c26e174430e423b8e7b170..5f305c10061df2f8d03aa2fdd2aa84d6155bc121 100644 (file)
@@ -31,7 +31,7 @@ class PatrolLog {
                        return false;
                }
        }
-       
+
        /**
         * Generate the log action text corresponding to a patrol log item
         *
@@ -67,7 +67,7 @@ class PatrolLog {
                        return '';
                }
        }
-       
+
        /**
         * Prepare log parameters for a patrolled change
         *
@@ -82,6 +82,4 @@ class PatrolLog {
                        (int)$auto
                );
        }
-
 }
-