Merge "Move italic redirect link styles to modules"
[lhc/web/wiklou.git] / includes / specials / SpecialEditWatchlist.php
index a1ef3c8..64a93a0 100644 (file)
@@ -404,7 +404,7 @@ class SpecialEditWatchlist extends UnlistedSpecialPage {
         */
        private function cleanupWatchlist() {
                if ( !count( $this->badItems ) ) {
-                       return; //nothing to do
+                       return; // nothing to do
                }
 
                $dbw = wfGetDB( DB_MASTER );