From 9082a901375eb6977663aae391ae339da314d590 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Sat, 18 Feb 2012 14:33:00 -0800 Subject: [PATCH] whitespace cleanup --- plugins/system/uptime_bsd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/system/uptime_bsd b/plugins/system/uptime_bsd index 2dedb023..898a1a09 100755 --- a/plugins/system/uptime_bsd +++ b/plugins/system/uptime_bsd @@ -15,12 +15,12 @@ my $ostype = `uname -s`; chomp ($ostype); if (defined($ARGV[0]) and ($ARGV[0] eq 'autoconf')) { - if ( -x $sysctl ) { - print "yes\n"; - }else{ - print "no (sysctl binary not found)\n"; - }; - exit; + if ( -x $sysctl ) { + print "yes\n"; + } else { + print "no (sysctl binary not found)\n"; + }; + exit; }; if (defined($ARGV[0]) and ($ARGV[0] eq 'config')) {