X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=lib%2FUtils.pm;h=8aabcaabbad59f97e1bd3d6c3ac6aac48eccbe76;hb=6d997421a353f85c324d6ebd5eefe388e1bdba9e;hp=f52fe4be1acc442d817d541361c0d99767a5f9fd;hpb=1140ca8d56832ae529db0f353112ac192cdf9432;p=clearscm.git diff --git a/lib/Utils.pm b/lib/Utils.pm index f52fe4b..8aabcaa 100644 --- a/lib/Utils.pm +++ b/lib/Utils.pm @@ -357,7 +357,7 @@ Returns: while () { my $key; - while (not defined ($key = ReadKey -1)) { } + while (not defined ($key = ReadKey -1)) { } if ($key =~ /(\r|\n)/) { print "\n";