From c1f3356754bb699f61bd4fd8285110a438991b59 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 6212f5091..845148e05 100644 --- a/lib/icinga/apiactions.cpp +++ b/lib/icinga/apiactions.cpp @@ -684,4 +684,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 410ac5851..d1b08f3ed 100644 --- a/lib/icinga/clusterevents.cpp +++ b/lib/icinga/clusterevents.cpp @@ -980,4 +980,4 @@ Value ClusterEvents::UpdateExecutionsAPIHandler(const MessageOrigin::Ptr& origin checkable->SetExecutions(executions); return Empty; -} \ No newline at end of file +}