summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-02 19:32:10 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-02 19:32:10 +0200
commit5fb6171898be9d803bc4c7c1f684e29f45fab626 (patch)
tree53bf6e4bb123b9ede1ec5f10b750400dd62d78f6 /bin
parentb59b1bfdcbd2e6c7a9b1b8fd49481395166617f1 (diff)
Cleanup
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ekgping4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ekgping b/bin/ekgping
index ef32ad6..5e4b9f4 100755
--- a/bin/ekgping
+++ b/bin/ekgping
@@ -18,7 +18,7 @@ my $beep;
my $was_beep = 1;
my $dead_count = 0;
my $column = 0;
-my $column_max = (Term::Size::chars *STDOUT{IO})[0];
+my $column_max = ( Term::Size::chars * STDOUT { IO } )[0];
my $ping = harness(
[ 'ping', '-n', $host ],
@@ -65,7 +65,7 @@ while ( usleep(100_000) ) {
$column = 0;
}
- if ( $column != $column_max) {
+ if ( $column != $column_max ) {
print "\e[1C \e[1D\e[1D";
}