From: Andrew Ruthven Date: Mon, 28 Oct 2013 09:36:22 +0000 (+1300) Subject: Minor whitespace changes. X-Git-Tag: 0.10.4 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=124ab4ee9daaf44d358a0efa03559c5f10c93a48;p=mythtv-status.git Minor whitespace changes. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index ea17224..0313574 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -43,15 +43,13 @@ if ($@ && $@ !~ /^No config file found/) { } # Some sane defaults. -$c->{'host'} ||= "localhost"; -$c->{'port'} ||= "6544"; -$c->{'description'} ||= 0; +$c->{'host'} ||= "localhost"; +$c->{'port'} ||= "6544"; +$c->{'colour'} ||= 0; $c->{'episode'} ||= 0; -$c->{'encoder_details'} ||= 0; -$c->{'encoder_skip_idle'} ||= 1; -$c->{'colour'} ||= 0; -#my %display; -# my @email; +$c->{'description'} ||= 0; +$c->{'encoder_details'} ||= 0; +$c->{'encoder_skip_idle'} ||= 1; $c->{'email_only_on_alert'} ||= 0; my $help = 0; my $verbose = 0; @@ -83,7 +81,7 @@ my @size_thresholds = ( { 'unit' => 'MB', }, - ); +); my $return_code_only = 0;