summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-12-29 14:40:49 -0500
committerDavid Rothstein <drothstein@gmail.com>2013-12-29 14:40:49 -0500
commitd453b28cbadaa5d6688837543c85dda8cc785047 (patch)
tree5b5fe57fdb2d5ded56bb64f04e81d27d8314749f /modules/user
parent16fe2e9d8c32a5d95e231fefa1b96f3a107f7b7c (diff)
downloadbrdo-d453b28cbadaa5d6688837543c85dda8cc785047.tar.gz
brdo-d453b28cbadaa5d6688837543c85dda8cc785047.tar.bz2
Issue #2127835 by zterry95: Fix code format in user.module.
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.module16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index cbb2d00f6..9668d3b07 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1732,14 +1732,14 @@ function user_menu() {
// Administration pages.
$items['admin/config/people'] = array(
- 'title' => 'People',
- 'description' => 'Configure user accounts.',
- 'position' => 'left',
- 'weight' => -20,
- 'page callback' => 'system_admin_menu_block_page',
- 'access arguments' => array('access administration pages'),
- 'file' => 'system.admin.inc',
- 'file path' => drupal_get_path('module', 'system'),
+ 'title' => 'People',
+ 'description' => 'Configure user accounts.',
+ 'position' => 'left',
+ 'weight' => -20,
+ 'page callback' => 'system_admin_menu_block_page',
+ 'access arguments' => array('access administration pages'),
+ 'file' => 'system.admin.inc',
+ 'file path' => drupal_get_path('module', 'system'),
);
$items['admin/config/people/accounts'] = array(
'title' => 'Account settings',