From 4d8b80a5a7092f1ec400387474b31a57b5ea8332 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Thu, 26 Aug 2021 20:33:06 -0700 Subject: [PATCH] Utils: Fix missing header file newlines --- src/utils/Json.h | 2 +- src/utils/Obs.h | 2 +- src/utils/Platform.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/Json.h b/src/utils/Json.h index 4ee19fe3..fd245b5f 100644 --- a/src/utils/Json.h +++ b/src/utils/Json.h @@ -14,4 +14,4 @@ namespace Utils { bool GetJsonFileContent(std::string fileName, json &content); bool SetJsonFileContent(std::string fileName, json content, bool createNew = true); } -} \ No newline at end of file +} diff --git a/src/utils/Obs.h b/src/utils/Obs.h index 4a30eabc..ce216aa8 100644 --- a/src/utils/Obs.h +++ b/src/utils/Obs.h @@ -44,4 +44,4 @@ namespace Utils { obs_sceneitem_t *CreateInput(std::string inputName, std::string inputKind, obs_data_t *inputSettings, obs_scene_t *scene, bool sceneItemEnabled = true); } } -} \ No newline at end of file +} diff --git a/src/utils/Platform.h b/src/utils/Platform.h index 404395d0..21125aee 100644 --- a/src/utils/Platform.h +++ b/src/utils/Platform.h @@ -13,4 +13,4 @@ namespace Utils { bool GetTextFileContent(std::string fileName, std::string &content); bool SetTextFileContent(std::string filePath, std::string content, bool createNew = true); } -} \ No newline at end of file +}