From ae739a7e8550c007198e4e01b1d8fd84a2c6e450 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 24 Aug 2009 12:01:04 -0400 Subject: [PATCH] Spacing --- check_postgres.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_postgres.pl b/check_postgres.pl index d16396aec..be6f47161 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -2463,13 +2463,13 @@ sub check_backends { ## Always want perf to show all my $nwarn=$w2; my $ncrit=$e2; - if ($e1){ + if ($e1) { $ncrit = $limit-$e2; } elsif ($e3) { $ncrit = (int $e2*$limit/100) } - if ($w1){ + if ($w1) { $nwarn = $limit-$w2; } elsif ($w3) { -- 2.30.2