summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-11-01 18:25:45 -0400
committerDavid Rothstein <drothstein@gmail.com>2014-11-01 18:25:45 -0400
commitd1a41934107ebcffe11ccff6d423b3390364ba0b (patch)
tree5089e0024ef758135d0186fb6539fc71952a4540 /modules/user
parent4443a3070b80971e636c7ef5ba0fbb5ebfc8d024 (diff)
downloadbrdo-d1a41934107ebcffe11ccff6d423b3390364ba0b.tar.gz
brdo-d1a41934107ebcffe11ccff6d423b3390364ba0b.tar.bz2
Issue #1988456 by gaurav.goyal, eltermann, pvmchau: Non-standard indentation on user_register_form().
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 89d99da73..db1d792a2 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -3768,8 +3768,8 @@ function user_register_form($form, &$form_state) {
// inside the submit function interferes with form processing and breaks
// hook_form_alter().
$form['administer_users'] = array(
- '#type' => 'value',
- '#value' => $admin,
+ '#type' => 'value',
+ '#value' => $admin,
);
// If we aren't admin but already logged on, go to the user page instead.