Skip to content

Commit

Permalink
Fix indention
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 26, 2016
1 parent 7afb574 commit f1993fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nag/lib/Nag.php
Expand Up @@ -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';
Expand Down

0 comments on commit f1993fe

Please sign in to comment.