Skip to content

Commit acc163b

Browse files
committed
Indent curlies consistently
1 parent 8245b87 commit acc163b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

categories/euler/prob463-shlomif.p6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ sub s_smart($start, $end)
242242
my @c = lookup($power2);
243243
my $m = $start / $power2;
244244
return (@c[0] * f_mod($m*2+1) + @c[1] * f_mod($m) + s_smart($new_end+1, $end));
245-
},
246-
);
247-
}
245+
},
246+
);
247+
}
248248

249249
if False
250250
{

0 commit comments

Comments
 (0)