#308534 by Dave Reid: Remove stray whitespace core-wide.
parent
cf987be12d
commit
161a9970f7
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -1179,4 +1179,3 @@ function install_configure_form_submit($form, &$form_state) {
|
|||
|
||||
// Start the installer.
|
||||
install_main();
|
||||
|
||||
|
|
|
@ -35,4 +35,3 @@ function database_test_query_alter(SelectQuery $query) {
|
|||
$expressions['double_age']['expression'] = 'age*3';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1569,4 +1569,3 @@ class DatabaseAlter2TestCase extends DatabaseTestCase {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -381,4 +381,3 @@ class PageNotFoundTestCase extends DrupalWebTestCase {
|
|||
$this->assertNoText(t('User login'), t('Blocks are not shown on the default 404 page'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -516,4 +516,3 @@ class UserAdminTestCase extends DrupalWebTestCase {
|
|||
$this->assertEqual($account->status, 0, 'User B blocked');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue