From c727603a9ce12cee29a96ec87620c93226ff2994 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 27 Jul 2006 03:28:42 +0000 Subject: [PATCH] r975: Whitespace OCD --- includes/class_notification.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/class_notification.php b/includes/class_notification.php index 79f5351..7eaf5bb 100644 --- a/includes/class_notification.php +++ b/includes/class_notification.php @@ -67,12 +67,12 @@ class NotificationCenter * @access private */ var $roles = array( - '-notapplicable-' => array(), - 'reporter' => array(), - 'assignee' => array(), - 'favourite' => array(), - 'voter' => array(), - 'commenter' => array() + '-notapplicable-' => array(), + 'reporter' => array(), + 'assignee' => array(), + 'favourite' => array(), + 'voter' => array(), + 'commenter' => array() ); /** -- 2.22.5