summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-05-01 12:28:23 +0200
committerPaul Buetow <paul@buetow.org>2012-05-01 12:28:23 +0200
commitd9b1bf529dce8e46fb7d77b9bb4f0b5a9f2adabc (patch)
tree046466be35da171c6dd961e696de6b13aa1f4907
parent673067fd0d1cda4c06659e9c4dd909a786098deb (diff)
run perltidy
-rw-r--r--lib/Loadbars/Shared.pm2
-rwxr-xr-xloadbars4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm
index fbaea54..7bcdb27 100644
--- a/lib/Loadbars/Shared.pm
+++ b/lib/Loadbars/Shared.pm
@@ -35,7 +35,7 @@ our %I : shared;
barwidth => 35,
extended => 0,
factor => 1,
- hasagent => 0,
+ hasagent => 0,
height => 230,
maxwidth => 1280,
samples => 1000,
diff --git a/loadbars b/loadbars
index af43c97..9efed3e 100755
--- a/loadbars
+++ b/loadbars
@@ -55,9 +55,9 @@ if ( @hosts || defined $Loadbars::Main::C{cluster} ) {
if defined $C{cluster};
print "SSH_ADD\n"
- if $C{hasagent} == 0;
+ if $C{hasagent} == 0;
system 'ssh-add'
- if $C{hasagent} == 0
+ if $C{hasagent} == 0;
}
else {
Loadbars::Main::say $dispatch->('usage');