summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-07-13 18:37:11 +0000
committerthomascube <thomas@roundcube.net>2009-07-13 18:37:11 +0000
commitc6514e01f9486b871ee07928497bafdab3b438e8 (patch)
tree72c73964992f4d8b005563310c24f070caa80915 /program
parent3536577bcbc908dbfd26d8b74696ce3da30bf48b (diff)
Indent with spaces not tabs
Diffstat (limited to 'program')
-rwxr-xr-xprogram/include/rcube_template.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php
index af688ee06..c4db040d8 100755
--- a/program/include/rcube_template.php
+++ b/program/include/rcube_template.php
@@ -294,11 +294,11 @@ class rcube_template extends rcube_html_page
$this->write();
}
- // set output asap
- ob_flush();
- flush();
+ // set output asap
+ ob_flush();
+ flush();
- if ($exit) {
+ if ($exit) {
exit;
}
}