mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
CC: Add newline to end of file where missing
Following command was used: $ find application/ library/Icinga/ modules/ -name *.php | xargs sed -i -e :a -e '/./,$!d;/^\n*$/{$d;N;};/\n$/ba;$a\'
This commit is contained in:
parent
ab1673f198
commit
290c8c5225
@ -38,4 +38,3 @@ class Backend
|
||||
return self::$instances[$name];
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -43,4 +43,3 @@ class Csv
|
||||
return $csv;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -61,4 +61,3 @@ class View extends ZfViewAbstract
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -16,4 +16,3 @@ function url($path = null, $params = null)
|
||||
}
|
||||
return $url;
|
||||
}
|
||||
|
||||
|
@ -7,4 +7,3 @@ use Zend_View_Stream as ZfViewStream;
|
||||
class ViewStream extends ZfViewStream
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -192,4 +192,3 @@ class Dashboard extends AbstractWidget
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -114,4 +114,3 @@ class Component
|
||||
return $htm;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -102,4 +102,3 @@ class Pane
|
||||
return implode('', $this->components);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -79,4 +79,3 @@ class Form extends AbstractWidget
|
||||
return (string) $this->form;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -67,4 +67,3 @@ class Monitoring_SummaryController extends ModuleActionController
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -16,4 +16,3 @@ class Zend_View_Helper_CommandArguments extends Zend_View_Helper_Abstract
|
||||
return "<dl>\n" . implode("\n", $parts) . "</dl>\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -88,4 +88,3 @@ class Zend_View_Helper_Perfdata extends Zend_View_Helper_Abstract
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -84,4 +84,3 @@ class Zend_View_Helper_PluginOutput extends Zend_View_Helper_Abstract
|
||||
return self::$purifier;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -29,4 +29,3 @@ class Zend_View_Helper_ResolveComments extends Zend_View_Helper_Abstract
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -123,4 +123,3 @@ $out .= "\n";
|
||||
$finished = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -58,4 +58,3 @@ class Environment
|
||||
return CommandPipe::getInstance(self::config($env, 'commandPipe'));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -143,4 +143,3 @@ abstract class AbstractObject
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -55,4 +55,3 @@ class Host extends AbstractObject
|
||||
))->where('host_name', $this->name1)->fetchRow();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,4 +66,3 @@ class Service extends AbstractObject
|
||||
->fetchRow();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,4 +66,3 @@ class PerfdataSet
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -120,4 +120,3 @@ class AcknowledgeFormTest extends BaseFormTest
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,4 +66,3 @@ class CommentFormTest extends BaseFormTest
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -26,4 +26,3 @@ class CustomNotificationFormTest extends BaseFormTest
|
||||
$this->assertTrue($form->isSubmittedAndValid());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -55,4 +55,3 @@ class DelayNotificationFormFormTest extends BaseFormTest
|
||||
$this->assertEquals('notBetween', $errors[0], "Assert correct error message");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -100,4 +100,3 @@ class RescheduleNextCheckFormTest extends BaseFormTest
|
||||
$this->assertNotEquals($notes1, $notes2);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -323,4 +323,3 @@ class ScheduleDowntimeFormTest extends BaseFormTest
|
||||
$this->assertEquals(3600, ($time2 - $time1));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -101,4 +101,3 @@ class SubmitPassiveCheckResultFormTest extends BaseFormTest
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -174,4 +174,3 @@ class ServicegroupsummaryqueryTest extends \PHPUnit_Framework_TestCase
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user