Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Stylish changes
  • Loading branch information
bacek authored and Reini Urban committed Oct 2, 2012
1 parent b7668f4 commit 9bf5a6b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions runtime/parrot/library/LLVM.pm
Expand Up @@ -50,11 +50,7 @@ module LLVM {
my $how := $enum.HOW;
for @values {
my $c := +$from; # Force clone of $count.
$how.add_method(
$_,
method () { $c },
to => $enum,
);
$how.add_method( $_, method () { $c }, to => $enum);
$from := &inc ?? &inc($from) !! $from++;
}
};
Expand Down

0 comments on commit 9bf5a6b

Please sign in to comment.