mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-20 13:34:51 +01:00
Observe workqueue_reply_t in check-spaces
This commit is contained in:
parent
32220d38c0
commit
38601f06b7
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ for $fn (@ARGV) {
|
|||
$1 ne "switch" and $1 ne "return" and $1 ne "int" and
|
||||
$1 ne "elsif" and $1 ne "WINAPI" and $2 ne "WINAPI" and
|
||||
$1 ne "void" and $1 ne "__attribute__" and $1 ne "op" and
|
||||
$1 ne "size_t" and $1 ne "double") {
|
||||
$1 ne "size_t" and $1 ne "double" and
|
||||
$1 ne "workqueue_reply_t") {
|
||||
print " fn ():$fn:$.\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue