#308534 by Dave Reid: Remove stray whitespace core-wide.

merge-requests/26/head
Angie Byron 2008-09-15 20:48:10 +00:00
parent cf987be12d
commit 161a9970f7
25 changed files with 279 additions and 285 deletions

View File

@ -2001,4 +2001,3 @@ function template_preprocess_block(&$variables) {
$variables['template_files'][] = 'block-' . $variables['block']->module;
$variables['template_files'][] = 'block-' . $variables['block']->module . '-' . $variables['block']->delta;
}

View File

@ -1179,4 +1179,3 @@ function install_configure_form_submit($form, &$form_state) {
// Start the installer.
install_main();

View File

@ -35,4 +35,3 @@ function database_test_query_alter(SelectQuery $query) {
$expressions['double_age']['expression'] = 'age*3';
}
}

View File

@ -1569,4 +1569,3 @@ class DatabaseAlter2TestCase extends DatabaseTestCase {
}
}
}

View File

@ -381,4 +381,3 @@ class PageNotFoundTestCase extends DrupalWebTestCase {
$this->assertNoText(t('User login'), t('Blocks are not shown on the default 404 page'));
}
}

View File

@ -516,4 +516,3 @@ class UserAdminTestCase extends DrupalWebTestCase {
$this->assertEqual($account->status, 0, 'User B blocked');
}
}