]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Minor whitespace changes. 0.10.4
authorAndrew Ruthven <andrew@etc.gen.nz>
Mon, 28 Oct 2013 09:36:22 +0000 (22:36 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Mon, 28 Oct 2013 09:39:56 +0000 (22:39 +1300)
bin/mythtv-status

index ea172249078e015bb75b10962e7ef2b3d7bd0c3a..03135748ef9866ae1ad5332f83f069d9c47f2613 100755 (executable)
@@ -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;