Fix a few trailing spaces/tabs

git-svn-id: https://develop.svn.wordpress.org/trunk@10157 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-12-09 21:50:35 +00:00
parent 7f01549cb2
commit 60c35316c1
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ $title = __('Import Blogroll');
class OPML_Import {
function dispatch() {
function dispatch() {
$step = $_POST['step'];
if (!$step) $step = 0;
?>