зеркало из https://github.com/mozilla/gecko-dev.git
More whitespace fixes. r=ssdbot. I've already talked to Alexandre
about this, won't happen again.
This commit is contained in:
Родитель
ef665f7547
Коммит
5ad5cbcdae
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче