diff options
| author | Paul Buetow <paul@buetow.org> | 2012-05-01 12:28:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-05-01 12:28:23 +0200 |
| commit | d9b1bf529dce8e46fb7d77b9bb4f0b5a9f2adabc (patch) | |
| tree | 046466be35da171c6dd961e696de6b13aa1f4907 | |
| parent | 673067fd0d1cda4c06659e9c4dd909a786098deb (diff) | |
run perltidy
| -rw-r--r-- | lib/Loadbars/Shared.pm | 2 | ||||
| -rwxr-xr-x | loadbars | 4 |
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, @@ -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'); |
