Whitespace fixes

This commit is contained in:
Siebrand Mazeland 2008-02-04 09:22:12 +00:00
parent a412c359d4
commit bce152a958
8 changed files with 203 additions and 210 deletions

View file

@ -130,4 +130,3 @@ class CategoryTreeCategoryViewer extends CategoryViewer {
parent::finaliseCategoryState();
}
}

View file

@ -89,4 +89,3 @@ var categoryTreeRetryMsg = "Please wait a moment and try again.";
sajax_do_call( "efCategoryTreeAjaxWrapper", [cat, mode] , f );
}

View file

@ -297,5 +297,3 @@ function efCategoryTreeArticleFromTitle( &$title, &$article ) {
}
return true;
}

View file

@ -437,4 +437,3 @@ class CategoryTree {
}
}
}

View file

@ -114,5 +114,3 @@ class CategoryTreePage extends SpecialPage {
return $form;
}
}