From: Jan Schneider Date: Mon, 15 Feb 2010 14:42:10 +0000 (+0100) Subject: Fix braces. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fceb627cd4b0741364af021e012a68ea74fcfde6;p=horde.git Fix braces. --- diff --git a/kronolith/lib/View/Event.php b/kronolith/lib/View/Event.php index 8920ebe2d..900f0c523 100644 --- a/kronolith/lib/View/Event.php +++ b/kronolith/lib/View/Event.php @@ -77,8 +77,8 @@ class Kronolith_View_Event { break; } } - } catch (Exception $e) { } + } catch (Exception $e) { } }