summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-07-03 18:08:32 -0700
committerdormando <dormando@rydia.net>2022-07-03 18:08:32 -0700
commit8715e9692b374e93d822c878db198ae7ae3d520f (patch)
tree64cf5f32f9dc63d10894cba0ee924f81afb69c7a /scripts
parent69e732ab6f9da866867a355fd88ebfa453531344 (diff)
downloadmemcached-8715e9692b374e93d822c878db198ae7ae3d520f.tar.gz
tests: skip whitespace on vendor/*
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/memcached-tool2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/memcached-tool b/scripts/memcached-tool
index 34436b5..f2ab29f 100755
--- a/scripts/memcached-tool
+++ b/scripts/memcached-tool
@@ -157,7 +157,7 @@ if ($mode eq 'keys') {
# return format looks like this
# key=foo exp=2147483647 la=1521046038 cas=717111 fetch=no cls=13 size=1232
if (/^key=(\S+) exp=(-?\d+) .*/) {
- print $_
+ print $_
}
$keycount++;
}