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 +}