From: Greg Sabino Mullane Date: Mon, 24 Aug 2009 16:01:04 +0000 (-0400) Subject: Spacing X-Git-Tag: c9ed279d3bf192e41b4d5c7d65f115fa49ae2519~15 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ae739a7e8550c007198e4e01b1d8fd84a2c6e450;p=check_postgres.git Spacing --- 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) {