]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Whitespace fixes. r=ssdbot
authorkiko%async.com.br <>
Thu, 5 Aug 2004 20:51:23 +0000 (20:51 +0000)
committerkiko%async.com.br <>
Thu, 5 Aug 2004 20:51:23 +0000 (20:51 +0000)
Bugzilla/Bug.pm

index 31b48649b82d9028f9f5dc38d301c69b4f5b768b..38ecf0848bba0d5daa288fe628033e04b3ae30c6 100755 (executable)
@@ -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);