From f1993fe1adbaaf910752d8c39bea048e5569c307 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 26 Apr 2016 10:04:46 +0200 Subject: [PATCH] Fix indention --- nag/lib/Nag.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nag/lib/Nag.php b/nag/lib/Nag.php index bcce138620f..742657b3369 100644 --- a/nag/lib/Nag.php +++ b/nag/lib/Nag.php @@ -1828,10 +1828,10 @@ public static function sendITipNotifications( return; } - /* Determine all notification-specific strings. */ - $method = 'REQUEST'; - switch ($action) { - case self::ITIP_CANCEL: + /* Determine all notification-specific strings. */ + $method = 'REQUEST'; + switch ($action) { + case self::ITIP_CANCEL: /* Cancellation. */ $method = 'CANCEL'; $filename = 'task-cancellation.ics';