From a2a850dd91664cbfeba50186d5219d90d62eadd2 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Sun, 13 Apr 2014 11:52:31 +0200
Subject: [PATCH] Fix indentation

---
 lib/private/template.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/private/template.php b/lib/private/template.php
index b7db569095..610d5fbc8e 100644
--- a/lib/private/template.php
+++ b/lib/private/template.php
@@ -64,7 +64,8 @@ class OC_Template extends \OC\Template\Base {
 		$this->path = $path;
 
 		parent::__construct($template, $requesttoken, $l10n, $themeDefaults);
-}
+	}
+
 	/**
 	 * autodetect the formfactor of the used device
 	 * default -> the normal desktop browser interface
-- 
GitLab