Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Get rid of tabs.
  • Loading branch information
colomon committed Mar 9, 2013
1 parent 4b68456 commit fc6d5fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/CORE.setting
Expand Up @@ -872,14 +872,14 @@ sub Niecza::RatToStr ($rat, :$all) {
?? 6
!! $rat.denominator.Str.chars + 1;

sub CAN-HAZ-MOAR {
my $den = $r.denominator;
$den /= 2 while $den %% 2;
$den /= 5 while $den %% 5;
return False unless $den == 1;
$want = Inf;
return True;
}
sub CAN-HAZ-MOAR {
my $den = $r.denominator;
$den /= 2 while $den %% 2;
$den /= 5 while $den %% 5;
return False unless $den == 1;
$want = Inf;
return True;
}

my $f = '';
while $r and ($f.chars < $want || CAN-HAZ-MOAR) {
Expand Down

0 comments on commit fc6d5fd

Please sign in to comment.