1
0
Fork 0
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:
Daniel Lo Nigro 2013-06-24 23:18:30 +11:00
parent cde616b8d0
commit 8a2075756d

View file

@ -23,6 +23,6 @@ else
header('Content-Type: text/plain');
foreach ($output as $key => $value)
{
echo $key, ' ', $value, "\n";
echo $key, ' ', $value, "\n";
}
?>