Skip to content

Commit

Permalink
C: format unopaux_list->op_type = OP_NULL
Browse files Browse the repository at this point in the history
in free. proper indent and \n
  • Loading branch information
Reini Urban committed Jul 27, 2016
1 parent ebe6bf8 commit d972759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/B/C.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6885,7 +6885,7 @@ _EOT8
# set static op members to NULL
my $s = $B::C::static_free[$_];
if ($s =~ /\(OP\*\)&unopaux_list/) {
print " ($s)->op_type = OP_NULL;";
print " ($s)->op_type = OP_NULL;\n";
}
}

Expand Down Expand Up @@ -7048,7 +7048,7 @@ _EOT7
print " CopSTASHPV_set(&$s, NULL, 0);\n";
}
} elsif ($s =~ /\(OP\*\)&unopaux_list/) {
print " ($s)->op_type = OP_NULL;";
print " ($s)->op_type = OP_NULL;\n";
# end dead code ---
#} elsif ($s =~ /^pv\d/) {
# print " $s = \"\";\n";
Expand Down

0 comments on commit d972759

Please sign in to comment.