From 840be5ba4e18cfdd0435c94f42d7d17dbb8f2a9d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 26 Apr 2009 09:53:50 +0000 Subject: - Patch #444966 by dereine: code style clean-up. --- modules/user/user.module | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/user/user.module b/modules/user/user.module index 64bebc656..dc4e95343 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2486,10 +2486,11 @@ function user_build_filter_query() { $where = !empty($where) ? 'AND ' . implode(' AND ', $where) : ''; $join = !empty($join) ? ' ' . implode(' ', array_unique($join)) : ''; - return array('where' => $where, - 'join' => $join, - 'args' => $args, - ); + return array( + 'where' => $where, + 'join' => $join, + 'args' => $args, + ); } /** -- cgit v1.2.3