mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix indentation
This commit is contained in:
parent
cde616b8d0
commit
8a2075756d
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ else
|
||||||
header('Content-Type: text/plain');
|
header('Content-Type: text/plain');
|
||||||
foreach ($output as $key => $value)
|
foreach ($output as $key => $value)
|
||||||
{
|
{
|
||||||
echo $key, ' ', $value, "\n";
|
echo $key, ' ', $value, "\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue