From 8a2075756d5f57897e5a3579d9991d1e1d2a2e3a Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Mon, 24 Jun 2013 23:18:30 +1100 Subject: [PATCH] Fix indentation --- plugins/php/php_opcache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/php_opcache.php b/plugins/php/php_opcache.php index a869ef2c..2d92f993 100644 --- a/plugins/php/php_opcache.php +++ b/plugins/php/php_opcache.php @@ -23,6 +23,6 @@ else header('Content-Type: text/plain'); foreach ($output as $key => $value) { - echo $key, ' ', $value, "\n"; + echo $key, ' ', $value, "\n"; } ?>