Skip to content

Commit 373806a

Browse files
committed
ParseXS: refactor: fix trivial indentation issue
whitespace-only
1 parent d0021b2 commit 373806a

File tree

1 file changed

+1
-1
lines changed
  • dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS

1 file changed

+1
-1
lines changed

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Node.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3851,7 +3851,7 @@ sub parse {
38513851
# If no prototype specified, then assume empty prototype ""
38523852
$proto = 2 unless defined $proto;
38533853

3854-
$self->{prototype} = $proto;
3854+
$self->{prototype} = $proto;
38553855
$xsub->{prototype} = $proto;
38563856

38573857
$pxs->{proto_behaviour_specified} = 1;

0 commit comments

Comments
 (0)