Skip to content

Commit cda80a9

Browse files
committed
Couple of tabs => spaces, to deconfuse the reader.
1 parent a426055 commit cda80a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CursorBase.pmc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,8 +2753,8 @@ sub add_categorical { my $lang = shift;
27532753
$genpkg++;
27542754
my $e;
27552755
if (@list == 0) {
2756-
$lang->panic('Null operator is not allowed');
2757-
}
2756+
$lang->panic('Null operator is not allowed');
2757+
}
27582758
elsif (@list == 1) {
27592759
$e = <<"END";
27602760
package $genpkg;

0 commit comments

Comments
 (0)