From d453b28cbadaa5d6688837543c85dda8cc785047 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sun, 29 Dec 2013 14:40:49 -0500 Subject: [PATCH] Issue #2127835 by zterry95: Fix code format in user.module. --- modules/user/user.module | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/user/user.module b/modules/user/user.module index cbb2d00f6f5..9668d3b0700 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',