From 124ab4ee9daaf44d358a0efa03559c5f10c93a48 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 28 Oct 2013 22:36:22 +1300 Subject: [PATCH] Minor whitespace changes. --- bin/mythtv-status | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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; -- 2.30.2