aboutsummaryrefslogtreecommitdiff
path: root/tests/symbol-scan.pl
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-12-30 03:36:18 +0100
committerYang Tse <yangsita@gmail.com>2011-12-30 03:36:18 +0100
commited0364343dc2472fdc6a390bb00c3e20152e8e6f (patch)
tree5602c9828ae26fe36e583d7975f711c35ab504a3 /tests/symbol-scan.pl
parent5c0ad9581dc0d59ba4e425e54589cdc2b6cb7ac5 (diff)
removed trailing whitespace
Diffstat (limited to 'tests/symbol-scan.pl')
-rw-r--r--tests/symbol-scan.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/symbol-scan.pl b/tests/symbol-scan.pl
index 279053cb9..91b859bca 100644
--- a/tests/symbol-scan.pl
+++ b/tests/symbol-scan.pl
@@ -110,7 +110,7 @@ for my $e (sort @syms) {
# *_LAST and *_LASTENTRY are just prefix for the placeholders used for the
# last entry in many enum series.
#
-
+
if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z)/) {
$ignored++;
next;
@@ -159,7 +159,6 @@ if($summary) {
scalar(@syms)- $ignored;
printf "%d symbols are listed in symbols-in-versions\n (out of which %d are listed as removed)\n", scalar(keys %doc), scalar(keys %rem);
printf "%d symbols in symbols-in-versions should match the ones in headers\n", scalar(keys %doc) - scalar(keys %rem);
-
}
if($misses) {