From fceb627cd4b0741364af021e012a68ea74fcfde6 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 15 Feb 2010 15:42:10 +0100 Subject: [PATCH] Fix braces. --- kronolith/lib/View/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } } -- 2.11.0