From 50693d7ea9e3d029a0876924abbb1eaa0cea724f Mon Sep 17 00:00:00 2001 From: Mattia Codato Date: Fri, 26 Jun 2020 16:36:57 +0200 Subject: [PATCH] Add newline at the end of file --- lib/icinga/apiactions.cpp | 2 +- lib/icinga/clusterevents.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/icinga/apiactions.cpp b/lib/icinga/apiactions.cpp index 0f73e4a92..1dca92f3d 100644 --- a/lib/icinga/apiactions.cpp +++ b/lib/icinga/apiactions.cpp @@ -714,4 +714,4 @@ Dictionary::Ptr ApiActions::ExecuteCommand(const ConfigObject::Ptr& object, Dictionary::Ptr result = new Dictionary(); result->Set(checkable->GetName(), uuid); return ApiActions::CreateResult(202, "Accepted", result); -} \ No newline at end of file +} diff --git a/lib/icinga/clusterevents.cpp b/lib/icinga/clusterevents.cpp index e5c709bda..4dc6f8bc8 100644 --- a/lib/icinga/clusterevents.cpp +++ b/lib/icinga/clusterevents.cpp @@ -992,4 +992,4 @@ Value ClusterEvents::UpdateExecutionsAPIHandler(const MessageOrigin::Ptr& origin checkable->SetExecutions(executions); return Empty; -} \ No newline at end of file +}