From c6514e01f9486b871ee07928497bafdab3b438e8 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 13 Jul 2009 14:37:11 -0400
Subject: [PATCH] Indent with spaces not tabs

---
 program/include/rcube_template.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php
index af688ee..c4db040 100755
--- a/program/include/rcube_template.php
+++ b/program/include/rcube_template.php
@@ -294,11 +294,11 @@
             $this->write();
         }
 
-	// set output asap
-	ob_flush();
-	flush();
+        // set output asap
+        ob_flush();
+        flush();
         
-	if ($exit) {
+        if ($exit) {
             exit;
         }
     }

--
Gitblit v1.9.1