Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 3, 2009
1 parent 4ec17da commit e2ee4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/parser/actions.pm
Expand Up @@ -2931,7 +2931,7 @@ sub make_anon_subtype($past) {
:scope('parameter')
)
),
PAST::Stmts.new(
PAST::Stmts.new(
PAST::Op.new(
:name('infix:~~'),
:pasttype('call'),
Expand Down
2 changes: 1 addition & 1 deletion src/setting/Any-str.pm
Expand Up @@ -32,7 +32,7 @@ class Any is also {
return gather {
my $pos = 0;
while $l > 1
&& $pos < $s.chars
&& $pos < $s.chars
&& defined ($pos = $s.index($delimiter, $prev)) {
take $s.substr($prev, $pos - $prev);
$prev = [max] 1 + $prev, $pos + (~$delimiter).chars;
Expand Down

0 comments on commit e2ee4c7

Please sign in to comment.