From: Frédéric Buclin Date: Thu, 8 Nov 2012 22:57:10 +0000 (+0100) Subject: Fix the indentation X-Git-Tag: bugzilla-4.5.1~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34a9d58c4ab24390a21595edc08442651cfbe312;p=thirdparty%2Fbugzilla.git Fix the indentation --- diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm index 93fece5803..8af10a2248 100644 --- a/Bugzilla/WebService/User.pm +++ b/Bugzilla/WebService/User.pm @@ -232,7 +232,7 @@ sub get { } push(@users, filter($params, $user_info)); -} + } return { users => \@users }; }