w/s diff. mostly eol w/s and using only tabs of width 4 to indent.
[lhc/web/wiklou.git] / includes / specials / SpecialRecentchanges.php
index 487b0f2..dced986 100644 (file)
@@ -298,8 +298,8 @@ class SpecialRecentChanges extends IncludableSpecialPage {
                                        MWNamespace::getAssociated( $opts['namespace'] )
                                );
                                $condition = "(rc_namespace $operator $selectedNS "
-                                          . $boolean
-                                          . " rc_namespace $operator $associatedNS)";
+                                                  . $boolean
+                                                  . " rc_namespace $operator $associatedNS)";
                        }
 
                        $conds[] = $condition;