Skip to content

Commit a9cee21

Browse files
committed
Remove literal tabs
1 parent 5cda3c1 commit a9cee21

File tree

1 file changed

+3
-3
lines changed
  • dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder

1 file changed

+3
-3
lines changed

dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sub new {
6060

6161
if( can_run( $cxx1 ) ) {
6262
$self->{config}{cxx} = $cxx1;
63-
last;
63+
last;
6464
}
6565

6666
}
@@ -69,12 +69,12 @@ sub new {
6969

7070
if( can_run( $cxx2 ) ) {
7171
$self->{config}{cxx} = $cxx2;
72-
last;
72+
last;
7373
}
7474

7575
if( can_run( $cxx ) ) {
7676
$self->{config}{cxx} = $cxx;
77-
last;
77+
last;
7878
}
7979

8080
}

0 commit comments

Comments
 (0)