Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix indento.
  • Loading branch information
jnthn committed Sep 24, 2015
1 parent b6c4d20 commit 1a5873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -1709,7 +1709,7 @@ BEGIN {
my int $SIG_ELEM_NATIVE_INT_VALUE := 2097152;
my int $SIG_ELEM_NATIVE_NUM_VALUE := 4194304;
my int $SIG_ELEM_NATIVE_STR_VALUE := 8388608;
my int $SIG_ELEM_SLURPY_ONEARG := 16777216;
my int $SIG_ELEM_SLURPY_ONEARG := 16777216;

# Takes two candidates and determines if the first one is narrower
# than the second. Returns a true value if they are.
Expand Down

0 comments on commit 1a5873b

Please sign in to comment.