From 22c2767cefa1dbb9784f755a51b9e4ff0adb202c Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Thu, 5 Aug 2004 20:51:23 +0000 Subject: Whitespace fixes. r=ssdbot --- Bugzilla/Bug.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Bug.pm') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 31b48649b..38ecf0848 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -491,12 +491,12 @@ sub EmitDependList { return @list; } -sub ValidateTime{ +sub ValidateTime { my ($time, $field) = @_; if ($time > 99999.99 || $time < 0 || !($time =~ /^(?:\d+(?:\.\d*)?|\.\d+)$/)){ ThrowUserError("need_positive_number", {field => "$field"}, "abort"); } - } +} sub AUTOLOAD { use vars qw($AUTOLOAD); -- cgit v1.2.3-24-g4f1b