From ce6f40bde2492c6d6f7b33b7098712456c198269 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 23 Mar 2020 17:01:41 -0700 Subject: add some parens to avoid perltidy inserting a spurious space Signed-off-by: Sean Whitton --- lib/App/annex_review_unused.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/annex_review_unused.pm b/lib/App/annex_review_unused.pm index 4e6bb47..dd2ed23 100644 --- a/lib/App/annex_review_unused.pm +++ b/lib/App/annex_review_unused.pm @@ -124,7 +124,7 @@ sub main { # before prompting, clear out stdin, to avoid # registered a keypress more than once ReadMode 4; - 1 while defined ReadKey -1; + 1 while defined ReadKey(-1); my @opts = ('y', 'n'); push @opts, 'o' if $contentlocation; -- cgit v1.2.3