summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-19 16:52:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-19 16:52:49 -0700
commit63508b17ad773418e4b63da2f46e88ba30f05f5f (patch)
tree38895144844912df51ea830ecae0814699ba8f83 /lib
parentb0eb782d0396292a5060d47e6023279191b3a80d (diff)
downloaddotfiles-63508b17ad773418e4b63da2f46e88ba30f05f5f.tar.gz
perltidy
Diffstat (limited to 'lib')
-rw-r--r--lib/perl5/Local/MrRepo/Repo/Git/Annex.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm b/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm
index 3d80c827..da96958e 100644
--- a/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm
+++ b/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm
@@ -154,7 +154,7 @@ sub review_unused {
# before prompting, clear out stdin, to avoid
# registered a keypress more than once
ReadMode 4;
- while (defined ReadKey(-1)) {}
+ while (defined ReadKey(-1)) { }
# would be good if user could say 'b' to go back
# to the previous entry. would probably have to