From 586f5271b97f307ed3f351668ffde6945f74eae1 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Tue, 8 Sep 2015 18:19:40 +1200
Subject: [PATCH] fix indentation

---
 plugins/Proxy/Controller.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/Proxy/Controller.php b/plugins/Proxy/Controller.php
index a55ea0cc24..550078e2d7 100644
--- a/plugins/Proxy/Controller.php
+++ b/plugins/Proxy/Controller.php
@@ -78,7 +78,7 @@ class Controller extends \Piwik\Plugin\Controller
     public function redirect()
     {
         $url = Common::getRequestVar('url', '', 'string', $_GET);
-	if (!UrlHelper::isLookLikeUrl($url)) {
+        if (!UrlHelper::isLookLikeUrl($url)) {
             die('Please check the &url= parameter: it should to be a valid URL');
         }
         // validate referrer
-- 
GitLab