Skip to content

Commit

Permalink
Remove trailing spaces from POST
Browse files Browse the repository at this point in the history
  • Loading branch information
Benabik committed Jun 3, 2011
1 parent 82c191c commit 9e74cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compilers/pct/src/POST/Compiler.pm
Expand Up @@ -790,7 +790,7 @@ method build_pcc_call($opname, @args, %context) {
my @op := list($opname, $sig_idx);

for @args -> $arg {
# Handle :named params
# Handle :named params
if pir::isa__ips($arg.modifier, "Hash") {
my $name := $arg.modifier<named> // $arg.name;
@op.push(
Expand Down
2 changes: 1 addition & 1 deletion compilers/pct/src/POST/Key.pm
Expand Up @@ -22,7 +22,7 @@ string parts.
# KEY_register_FLAG = PObj_private4_FLAG == 0x10

# This method is so ugly due workaround for PCC "mis-behavior".
# PCC will try to clone fresh Key which can reference non-existing
# PCC will try to clone fresh Key which can reference non-existing
# registers, etc.
method to_pmc(%context) {
my @keys;
Expand Down

0 comments on commit 9e74cde

Please sign in to comment.