Loading lib/checksrc.pl +3 −0 Original line number Original line Diff line number Diff line Loading @@ -345,6 +345,9 @@ sub scanfile { elsif($3 eq "return") { elsif($3 eq "return") { # return must have a space # return must have a space } } elsif($3 eq "case") { # case must have a space } elsif($4 eq "*") { elsif($4 eq "*") { # (* beginning makes the space OK! # (* beginning makes the space OK! } } Loading Loading
lib/checksrc.pl +3 −0 Original line number Original line Diff line number Diff line Loading @@ -345,6 +345,9 @@ sub scanfile { elsif($3 eq "return") { elsif($3 eq "return") { # return must have a space # return must have a space } } elsif($3 eq "case") { # case must have a space } elsif($4 eq "*") { elsif($4 eq "*") { # (* beginning makes the space OK! # (* beginning makes the space OK! } } Loading