Skip to content
Snippets Groups Projects
Unverified Commit 0ce11433 authored by teor's avatar teor
Browse files

check-spaces: Fix an outdated comment

parent d7fdab49
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,7 @@ for my $fn (@ARGV) {
}
s!"(?:[^\"]+|\\.)*"!"X"!g;
next if /^\#/;
## Warn about C++-style comments.
# (Use C style comments only.)
## Skip C++-style comments.
if (m!//!) {
# msg " //:$fn:$.\n";
s!//.*!!;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment