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:
parent
fc3bfaebc1
commit
9082a90137
1 changed files with 6 additions and 6 deletions
|
@ -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')) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue