From a99cf4f3063b613ef0896ecc6a6b60c03579aa3e Mon Sep 17 00:00:00 2001
From: Emir Beganovic <beganovic.emir5@gmail.com>
Date: Tue, 16 Feb 2016 11:50:59 +0100
Subject: [PATCH] Fix indents

---
 core/CronArchive.php | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/core/CronArchive.php b/core/CronArchive.php
index 88eb2046b2..5664cb6ed4 100644
--- a/core/CronArchive.php
+++ b/core/CronArchive.php
@@ -713,15 +713,15 @@ class CronArchive
         return $success;
     }
 
-	/**
-	 * Returns base URL to process reports for the $idSite on a given $period
-	 *
-	 * @param string $idSite
-	 * @param string $period
-	 * @param string $date
-	 * @param bool|false $segment
-	 * @return string
-	 */
+    /**
+     * Returns base URL to process reports for the $idSite on a given $period
+     *
+     * @param string $idSite
+     * @param string $period
+     * @param string $date
+     * @param bool|false $segment
+     * @return string
+     */
     private function getVisitsRequestUrl($idSite, $period, $date, $segment = false)
     {
         $request = "?module=API&method=API.get&idSite=$idSite&period=$period&date=" . $date . "&format=php";
@@ -846,10 +846,10 @@ class CronArchive
         return true;
     }
 
-	/**
-	 * @param $idSite
-	 * @return array
-	 */
+    /**
+     * @param $idSite
+     * @return array
+     */
     private function getSegmentsForSite($idSite)
     {
         $segmentsAllSites = $this->segments;
-- 
GitLab