1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-26 02:48:28 +00:00

whitespace cleanup

This commit is contained in:
Kenyon Ralph 2012-02-18 14:33:00 -08:00
parent fc3bfaebc1
commit 9082a90137

View file

@ -15,12 +15,12 @@ my $ostype = `uname -s`;
chomp ($ostype); chomp ($ostype);
if (defined($ARGV[0]) and ($ARGV[0] eq 'autoconf')) { if (defined($ARGV[0]) and ($ARGV[0] eq 'autoconf')) {
if ( -x $sysctl ) { if ( -x $sysctl ) {
print "yes\n"; print "yes\n";
}else{ } else {
print "no (sysctl binary not found)\n"; print "no (sysctl binary not found)\n";
}; };
exit; exit;
}; };
if (defined($ARGV[0]) and ($ARGV[0] eq 'config')) { if (defined($ARGV[0]) and ($ARGV[0] eq 'config')) {