Convert tabs to spaces

This commit is contained in:
cypherpunks 2016-12-15 10:40:38 +00:00 committed by Nick Mathewson
parent 6e10130e18
commit 67e1eff321

View file

@ -166,7 +166,7 @@ for $fn (@ARGV) {
print "memcmp :$fn:$. (use {tor,fast}_mem{eq,neq,cmp}\n";
}
# always forbidden.
if (not / OVERRIDE /) {
if (not /\ OVERRIDE\ /) {
if (/\bstrcat\(/ or /\bstrcpy\(/ or /\bsprintf\(/) {
print "$& :$fn:$.\n";
}
@ -184,4 +184,3 @@ for $fn (@ARGV) {
}
close(F);
}