X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=lib%2FUtils.pm;h=8aabcaabbad59f97e1bd3d6c3ac6aac48eccbe76;hb=0ef66cf800a95592cb108547021905cc0009b913;hp=f52fe4be1acc442d817d541361c0d99767a5f9fd;hpb=201c4691639017573d7caf7bf03de6bf12db6614;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";