From: Greg Sabino Mullane Date: Mon, 16 Jan 2012 14:27:12 +0000 (-0500) Subject: Remove tabs X-Git-Tag: 2.19.0~15 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=cb78e24b9b68d723446bcc0d608f4723471b6a61;p=check_postgres.git Remove tabs --- diff --git a/check_postgres.pl b/check_postgres.pl index c14ed1192..0b5ede8df 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -1534,7 +1534,7 @@ sub make_sure_mode_is { $db->{host} = ''; ## Run pg_controldata, grab the mode - $res = open_controldata(); + $res = open_controldata(); my $regex = msg('checkmode-state'); if ($res !~ /$regex\s*(.+)/) { ## no critic (ProhibitUnusedCapture) @@ -3159,8 +3159,8 @@ sub open_controldata { ndie msg('checkpoint-badver2'); } - ## return the pg_controldata output - return $res; + ## return the pg_controldata output + return $res; } @@ -3712,7 +3712,7 @@ sub check_checkpoint { $db->{host} = ''; ## Run pg_controldata, grab the time - $res = open_controldata(); + $res = open_controldata(); my $regex = msg('checkpoint-po'); if ($res !~ /$regex\s*(.+)/) { ## no critic (ProhibitUnusedCapture) @@ -3803,7 +3803,7 @@ sub check_cluster_id { $db->{host} = ''; ## Run pg_controldata, grab the cluster-id - $res = open_controldata(); + $res = open_controldata(); my $regex = msg('checkcluster-id'); if ($res !~ /$regex\s*(.+)/) { ## no critic (ProhibitUnusedCapture)