From: kiko%async.com.br <> Date: Fri, 6 Aug 2004 20:47:25 +0000 (+0000) Subject: More whitespace fixes. r=ssdbot. I've already talked to Alexandre X-Git-Tag: bugzilla-2.19.1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a8d47bebd3e45bb9b508e38e594a7b90407a06;p=thirdparty%2Fbugzilla.git More whitespace fixes. r=ssdbot. I've already talked to Alexandre about this, won't happen again. --- diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 38ecf0848b..8863f5432f 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -493,9 +493,9 @@ sub EmitDependList { sub ValidateTime { my ($time, $field) = @_; - if ($time > 99999.99 || $time < 0 || !($time =~ /^(?:\d+(?:\.\d*)?|\.\d+)$/)){ - ThrowUserError("need_positive_number", {field => "$field"}, "abort"); - } + if ($time > 99999.99 || $time < 0 || !($time =~ /^(?:\d+(?:\.\d*)?|\.\d+)$/)) { + ThrowUserError("need_positive_number", {field => "$field"}, "abort"); + } } sub AUTOLOAD {