w/s fixups
[lhc/web/wiklou.git] / includes / WatchlistEditor.php
index b5a994d..644a600 100644 (file)
@@ -220,7 +220,7 @@ class WatchlistEditor {
 
                if( $res && $dbr->numRows( $res ) > 0 ) {
                        $cache = LinkCache::singleton();
-                       foreach ( $res as $row ) {                      
+                       foreach ( $res as $row ) {
                                $title = Title::makeTitleSafe( $row->wl_namespace, $row->wl_title );
                                if( $title instanceof Title ) {
                                        // Update the link cache while we're at it