]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Observe workqueue_reply_t in check-spaces
authorSebastian Hahn <sebastian@torproject.org>
Thu, 20 Aug 2015 18:42:19 +0000 (20:42 +0200)
committerNick Mathewson <nickm@torproject.org>
Fri, 21 Aug 2015 14:36:53 +0000 (10:36 -0400)
scripts/maint/checkSpace.pl

index c785d8956742088132d2108384491eb27c90c3db..906281112d8587a1d35428cdf4fde1bc8ba04ae6 100755 (executable)
@@ -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";
                 }
             }