diff --git a/lib/base/boolean-script.cpp b/lib/base/boolean-script.cpp index a9167ca87..4c9338fce 100644 --- a/lib/base/boolean-script.cpp +++ b/lib/base/boolean-script.cpp @@ -23,4 +23,3 @@ Object::Ptr Boolean::GetPrototype() return prototype; } - diff --git a/lib/base/boolean.cpp b/lib/base/boolean.cpp index 683a7271d..fa341cb35 100644 --- a/lib/base/boolean.cpp +++ b/lib/base/boolean.cpp @@ -6,4 +6,3 @@ using namespace icinga; REGISTER_BUILTIN_TYPE(Boolean, Boolean::GetPrototype()); - diff --git a/lib/base/configobject-script.cpp b/lib/base/configobject-script.cpp index 46a9ca27c..b2aa7aaed 100644 --- a/lib/base/configobject-script.cpp +++ b/lib/base/configobject-script.cpp @@ -33,4 +33,3 @@ Object::Ptr ConfigObject::GetPrototype() return prototype; } - diff --git a/lib/base/datetime-script.cpp b/lib/base/datetime-script.cpp index 6c1838153..0fc342e43 100644 --- a/lib/base/datetime-script.cpp +++ b/lib/base/datetime-script.cpp @@ -25,4 +25,3 @@ Object::Ptr DateTime::GetPrototype() return prototype; } - diff --git a/lib/base/debuginfo.cpp b/lib/base/debuginfo.cpp index 99006aca5..f085b8b87 100644 --- a/lib/base/debuginfo.cpp +++ b/lib/base/debuginfo.cpp @@ -95,4 +95,3 @@ void icinga::ShowCodeLocation(std::ostream& out, const DebugInfo& di, bool verbo } } } - diff --git a/lib/base/dictionary-script.cpp b/lib/base/dictionary-script.cpp index ad19c5b52..512f08600 100644 --- a/lib/base/dictionary-script.cpp +++ b/lib/base/dictionary-script.cpp @@ -116,4 +116,3 @@ Object::Ptr Dictionary::GetPrototype() return prototype; } - diff --git a/lib/base/dictionary.cpp b/lib/base/dictionary.cpp index 9429af304..aca7d519c 100644 --- a/lib/base/dictionary.cpp +++ b/lib/base/dictionary.cpp @@ -300,4 +300,3 @@ Dictionary::Iterator icinga::end(const Dictionary::Ptr& x) { return x->End(); } - diff --git a/lib/base/function-script.cpp b/lib/base/function-script.cpp index e59e84dbc..cd32f5ca0 100644 --- a/lib/base/function-script.cpp +++ b/lib/base/function-script.cpp @@ -47,4 +47,3 @@ Object::Ptr Function::GetPrototype() return prototype; } - diff --git a/lib/base/initialize.cpp b/lib/base/initialize.cpp index 49b653fcf..2220779e4 100644 --- a/lib/base/initialize.cpp +++ b/lib/base/initialize.cpp @@ -10,4 +10,3 @@ bool icinga::InitializeOnceHelper(const std::function& func, InitializeP Loader::AddDeferredInitializer(func, priority); return true; } - diff --git a/lib/base/loader.cpp b/lib/base/loader.cpp index a4364de93..d13cb3fe0 100644 --- a/lib/base/loader.cpp +++ b/lib/base/loader.cpp @@ -35,4 +35,3 @@ void Loader::AddDeferredInitializer(const std::function& callback, Initi initializers->push(DeferredInitializer(callback, priority)); } - diff --git a/lib/base/namespace-script.cpp b/lib/base/namespace-script.cpp index deaae7dec..e1fddcc5a 100644 --- a/lib/base/namespace-script.cpp +++ b/lib/base/namespace-script.cpp @@ -81,4 +81,3 @@ Object::Ptr Namespace::GetPrototype() return prototype; } - diff --git a/lib/base/namespace.cpp b/lib/base/namespace.cpp index 4c5f4f62a..c3b859cff 100644 --- a/lib/base/namespace.cpp +++ b/lib/base/namespace.cpp @@ -186,4 +186,3 @@ Namespace::Iterator icinga::end(const Namespace::Ptr& x) { return x->End(); } - diff --git a/lib/base/number-script.cpp b/lib/base/number-script.cpp index 0dcaca58b..2a848d58a 100644 --- a/lib/base/number-script.cpp +++ b/lib/base/number-script.cpp @@ -22,4 +22,3 @@ Object::Ptr Number::GetPrototype() return prototype; } - diff --git a/lib/base/number.cpp b/lib/base/number.cpp index a33651988..f074b46f7 100644 --- a/lib/base/number.cpp +++ b/lib/base/number.cpp @@ -6,4 +6,3 @@ using namespace icinga; REGISTER_BUILTIN_TYPE(Number, Number::GetPrototype()); - diff --git a/lib/base/object-script.cpp b/lib/base/object-script.cpp index fff7df0c9..30a6f09cc 100644 --- a/lib/base/object-script.cpp +++ b/lib/base/object-script.cpp @@ -42,4 +42,3 @@ Object::Ptr Object::GetPrototype() return prototype; } - diff --git a/lib/base/objecttype.cpp b/lib/base/objecttype.cpp index b871555bf..23d910b51 100644 --- a/lib/base/objecttype.cpp +++ b/lib/base/objecttype.cpp @@ -54,4 +54,3 @@ ObjectFactory ObjectType::GetFactory() const { return DefaultObjectFactory; } - diff --git a/lib/base/primitivetype.cpp b/lib/base/primitivetype.cpp index 10286c781..3a1aae8e7 100644 --- a/lib/base/primitivetype.cpp +++ b/lib/base/primitivetype.cpp @@ -61,4 +61,3 @@ ObjectFactory PrimitiveType::GetFactory() const { return m_Factory; } - diff --git a/lib/base/scriptglobal.cpp b/lib/base/scriptglobal.cpp index e85e9ecb5..a777ba490 100644 --- a/lib/base/scriptglobal.cpp +++ b/lib/base/scriptglobal.cpp @@ -107,4 +107,3 @@ void ScriptGlobal::WriteToFile(const String& filename) sfp->Close(); fp.Commit(); } - diff --git a/lib/base/string-script.cpp b/lib/base/string-script.cpp index 323f99c41..9ff8ce3c8 100644 --- a/lib/base/string-script.cpp +++ b/lib/base/string-script.cpp @@ -135,4 +135,3 @@ Object::Ptr String::GetPrototype() return prototype; } - diff --git a/lib/base/type.cpp b/lib/base/type.cpp index 14794cb91..1dcef39bf 100644 --- a/lib/base/type.cpp +++ b/lib/base/type.cpp @@ -214,4 +214,3 @@ ObjectFactory TypeType::GetFactory() const { return nullptr; } - diff --git a/lib/base/typetype-script.cpp b/lib/base/typetype-script.cpp index 9077de85b..5be124c94 100644 --- a/lib/base/typetype-script.cpp +++ b/lib/base/typetype-script.cpp @@ -28,4 +28,3 @@ Object::Ptr TypeType::GetPrototype() return prototype; } - diff --git a/lib/cli/internalsignalcommand.cpp b/lib/cli/internalsignalcommand.cpp index b09796569..b98e6c621 100644 --- a/lib/cli/internalsignalcommand.cpp +++ b/lib/cli/internalsignalcommand.cpp @@ -64,4 +64,3 @@ int InternalSignalCommand::Run(const boost::program_options::variables_map& vm, #endif /* _Win32 */ return 1; } - diff --git a/lib/cli/variablelistcommand.cpp b/lib/cli/variablelistcommand.cpp index b7ba1be3f..5ec1919c0 100644 --- a/lib/cli/variablelistcommand.cpp +++ b/lib/cli/variablelistcommand.cpp @@ -49,4 +49,3 @@ int VariableListCommand::Run(const boost::program_options::variables_map& vm, co return 0; } - diff --git a/lib/config/activationcontext.cpp b/lib/config/activationcontext.cpp index d05087552..9aa6623a9 100644 --- a/lib/config/activationcontext.cpp +++ b/lib/config/activationcontext.cpp @@ -58,4 +58,3 @@ ActivationContext::Ptr ActivationScope::GetContext() const { return m_Context; } - diff --git a/lib/config/configcompilercontext.cpp b/lib/config/configcompilercontext.cpp index 0161181b9..8b2be6bbd 100644 --- a/lib/config/configcompilercontext.cpp +++ b/lib/config/configcompilercontext.cpp @@ -54,4 +54,3 @@ void ConfigCompilerContext::FinishObjectsFile() m_ObjectsFP->Commit(); m_ObjectsFP.reset(nullptr); } - diff --git a/lib/config/configitembuilder.cpp b/lib/config/configitembuilder.cpp index f7a3eadec..5d4d0d7fb 100644 --- a/lib/config/configitembuilder.cpp +++ b/lib/config/configitembuilder.cpp @@ -117,4 +117,3 @@ ConfigItem::Ptr ConfigItemBuilder::Compile() return new ConfigItem(m_Type, m_Name, m_Abstract, exprl, m_Filter, m_DefaultTmpl, m_IgnoreOnError, m_DebugInfo, m_Scope, m_Zone, m_Package); } - diff --git a/lib/config/expression.cpp b/lib/config/expression.cpp index a8e99861a..09b860cde 100644 --- a/lib/config/expression.cpp +++ b/lib/config/expression.cpp @@ -1065,4 +1065,3 @@ ExpressionResult TryExceptExpression::DoEvaluate(ScriptFrame& frame, DebugHint * return Empty; } - diff --git a/lib/db_ido/dbtype.cpp b/lib/db_ido/dbtype.cpp index bc45dcb65..c5476b179 100644 --- a/lib/db_ido/dbtype.cpp +++ b/lib/db_ido/dbtype.cpp @@ -138,4 +138,3 @@ DbTypeRegistry *DbTypeRegistry::GetInstance() { return Singleton::GetInstance(); } - diff --git a/lib/icinga/checkable-script.cpp b/lib/icinga/checkable-script.cpp index 4a0d1d805..fe08f32d3 100644 --- a/lib/icinga/checkable-script.cpp +++ b/lib/icinga/checkable-script.cpp @@ -25,4 +25,3 @@ Object::Ptr Checkable::GetPrototype() return prototype; } - diff --git a/lib/icinga/customvarobject.cpp b/lib/icinga/customvarobject.cpp index fc1fd27b4..0edc369d9 100644 --- a/lib/icinga/customvarobject.cpp +++ b/lib/icinga/customvarobject.cpp @@ -46,4 +46,3 @@ int icinga::FilterArrayToInt(const Array::Ptr& typeFilters, const std::map& ExternalCommandProcessor::GetCommands() static std::map commands; return commands; } - diff --git a/lib/icinga/usergroup.cpp b/lib/icinga/usergroup.cpp index 27ae45bb4..1ae89af88 100644 --- a/lib/icinga/usergroup.cpp +++ b/lib/icinga/usergroup.cpp @@ -125,4 +125,3 @@ bool UserGroup::ResolveGroupMembership(const User::Ptr& user, bool add, int rsta return true; } - diff --git a/lib/icingadb/icingadb-stats.cpp b/lib/icingadb/icingadb-stats.cpp index 476756b5a..d05dfe55f 100644 --- a/lib/icingadb/icingadb-stats.cpp +++ b/lib/icingadb/icingadb-stats.cpp @@ -51,4 +51,3 @@ Dictionary::Ptr IcingaDB::GetStats() return stats; } - diff --git a/lib/methods/sleepchecktask.cpp b/lib/methods/sleepchecktask.cpp index af6b0638e..05ed2675a 100644 --- a/lib/methods/sleepchecktask.cpp +++ b/lib/methods/sleepchecktask.cpp @@ -64,4 +64,4 @@ void SleepCheckTask::ScriptFunc(const Checkable::Ptr& checkable, const CheckResu checkable->ProcessCheckResult(cr); } -} \ No newline at end of file +} diff --git a/lib/methods/sleepchecktask.hpp b/lib/methods/sleepchecktask.hpp index b104f60da..ed8d59089 100644 --- a/lib/methods/sleepchecktask.hpp +++ b/lib/methods/sleepchecktask.hpp @@ -27,4 +27,4 @@ private: } -#endif /* SLEEPCHECKTASK_H */ \ No newline at end of file +#endif /* SLEEPCHECKTASK_H */ diff --git a/lib/perfdata/influxdbcommonwriter.cpp b/lib/perfdata/influxdbcommonwriter.cpp index 5dbc29c51..a76310839 100644 --- a/lib/perfdata/influxdbcommonwriter.cpp +++ b/lib/perfdata/influxdbcommonwriter.cpp @@ -593,4 +593,3 @@ void InfluxdbCommonWriter::ValidateServiceTemplate(const Lazy& } } } - diff --git a/lib/remote/apiuser.cpp b/lib/remote/apiuser.cpp index 2959d895c..6c4da89aa 100644 --- a/lib/remote/apiuser.cpp +++ b/lib/remote/apiuser.cpp @@ -52,4 +52,3 @@ ApiUser::Ptr ApiUser::GetByAuthHeader(const String& auth_header) return user; } - diff --git a/lib/remote/configstageshandler.cpp b/lib/remote/configstageshandler.cpp index b5aaadd6c..edbb767e5 100644 --- a/lib/remote/configstageshandler.cpp +++ b/lib/remote/configstageshandler.cpp @@ -222,4 +222,3 @@ void ConfigStagesHandler::HandleDelete( response.result(http::status::ok); HttpUtility::SendJsonBody(response, params, result); } - diff --git a/lib/remote/deleteobjecthandler.cpp b/lib/remote/deleteobjecthandler.cpp index a4fd98d9a..d79d7ef1f 100644 --- a/lib/remote/deleteobjecthandler.cpp +++ b/lib/remote/deleteobjecthandler.cpp @@ -120,4 +120,3 @@ bool DeleteObjectHandler::HandleRequest( return true; } - diff --git a/lib/remote/eventshandler.cpp b/lib/remote/eventshandler.cpp index e05ef229b..328e1d0f4 100644 --- a/lib/remote/eventshandler.cpp +++ b/lib/remote/eventshandler.cpp @@ -134,4 +134,3 @@ bool EventsHandler::HandleRequest( } } } - diff --git a/lib/remote/filterutility.cpp b/lib/remote/filterutility.cpp index 57564e954..a38ad5b9b 100644 --- a/lib/remote/filterutility.cpp +++ b/lib/remote/filterutility.cpp @@ -295,4 +295,3 @@ std::vector FilterUtility::GetFilterTargets(const QueryDescription& qd, c return result; } - diff --git a/lib/remote/httphandler.cpp b/lib/remote/httphandler.cpp index afe510fb8..71a89e4ce 100644 --- a/lib/remote/httphandler.cpp +++ b/lib/remote/httphandler.cpp @@ -126,4 +126,3 @@ void HttpHandler::ProcessRequest( return; } } - diff --git a/lib/remote/infohandler.cpp b/lib/remote/infohandler.cpp index 80ebba77b..6a1360b40 100644 --- a/lib/remote/infohandler.cpp +++ b/lib/remote/infohandler.cpp @@ -97,4 +97,3 @@ bool InfoHandler::HandleRequest( return true; } - diff --git a/lib/remote/jsonrpcconnection-heartbeat.cpp b/lib/remote/jsonrpcconnection-heartbeat.cpp index 2474688e7..9b83c1363 100644 --- a/lib/remote/jsonrpcconnection-heartbeat.cpp +++ b/lib/remote/jsonrpcconnection-heartbeat.cpp @@ -45,4 +45,3 @@ Value JsonRpcConnection::HeartbeatAPIHandler(const MessageOrigin::Ptr& origin, c { return Empty; } - diff --git a/lib/remote/pkiutility.cpp b/lib/remote/pkiutility.cpp index 00d6525b8..e49356559 100644 --- a/lib/remote/pkiutility.cpp +++ b/lib/remote/pkiutility.cpp @@ -449,4 +449,3 @@ Dictionary::Ptr PkiUtility::GetCertificateRequests(bool removed) return requests; } - diff --git a/lib/remote/statushandler.cpp b/lib/remote/statushandler.cpp index 1f3f61899..310ce0d87 100644 --- a/lib/remote/statushandler.cpp +++ b/lib/remote/statushandler.cpp @@ -117,4 +117,3 @@ bool StatusHandler::HandleRequest( return true; } - diff --git a/lib/remote/url.cpp b/lib/remote/url.cpp index e87628eed..bf5b9ed24 100644 --- a/lib/remote/url.cpp +++ b/lib/remote/url.cpp @@ -360,4 +360,3 @@ bool Url::ValidateToken(const String& token, const String& symbols) return true; } - diff --git a/lib/remote/variablequeryhandler.cpp b/lib/remote/variablequeryhandler.cpp index 50c0e78e7..f17a9f5f2 100644 --- a/lib/remote/variablequeryhandler.cpp +++ b/lib/remote/variablequeryhandler.cpp @@ -118,4 +118,3 @@ bool VariableQueryHandler::HandleRequest( return true; } -