Commit d7a8d47b authored by kiko%async.com.br's avatar kiko%async.com.br

More whitespace fixes. r=ssdbot. I've already talked to Alexandre

about this, won't happen again.
parent 748942ad
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment