Fix whitespaces and unused comments

This commit is contained in:
Matthias Jentsch 2015-05-04 14:50:29 +02:00
parent 32da02c162
commit cab198eadc
2 changed files with 2 additions and 8 deletions

View File

@ -9,13 +9,6 @@ use Icinga\Module\Monitoring\Forms\Command\Object\DeleteDowntimesCommandForm;
use Icinga\Web\Url; use Icinga\Web\Url;
use Icinga\Web\Widget\Tabextension\DashboardAction; use Icinga\Web\Widget\Tabextension\DashboardAction;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/** /**
* Display detailed information about a downtime * Display detailed information about a downtime
*/ */
@ -58,6 +51,7 @@ class Monitoring_DowntimesController extends Controller
'host_display_name', 'host_display_name',
'service_display_name' 'service_display_name'
))->addFilter($this->filter)->getQuery()->fetchAll(); ))->addFilter($this->filter)->getQuery()->fetchAll();
if (false === $this->downtimes) { if (false === $this->downtimes) {
throw new Zend_Controller_Action_Exception( throw new Zend_Controller_Action_Exception(
$this->translate('Downtime not found') $this->translate('Downtime not found')