diff options
author | Greg Sabino Mullane | 2009-08-24 16:01:04 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-08-24 16:01:04 +0000 |
commit | ae739a7e8550c007198e4e01b1d8fd84a2c6e450 (patch) | |
tree | ddb1843b89302a44d7ba8588351715192029dd92 /check_postgres.pl | |
parent | ff0b1e65c477e2d5e8ae8800e97f1bf01c87394c (diff) |
Spacing
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 4 |
1 files 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) { |