mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
check-spaces: Fix an outdated comment
This commit is contained in:
parent
d7fdab49f7
commit
0ce11433c0
@ -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!//.*!!;
|
||||
|
Loading…
Reference in New Issue
Block a user