From eac66f0194d5e0566787cc815488333f2f51d500 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 13 Jul 2009 18:37:11 +0000 Subject: Indent with spaces not tabs git-svn-id: https://svn.roundcube.net/trunk@2742 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_template.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php index af688ee06..c4db040d8 100755 --- a/roundcubemail/program/include/rcube_template.php +++ b/roundcubemail/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; } } -- cgit v1.2.3