1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-27 11:24:42 +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

@ -17,7 +17,7 @@ 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;