From 81810608e12e9ad70b8cc4f0bcc784e836f8adec Mon Sep 17 00:00:00 2001 From: aMannus Date: Mon, 30 Jun 2025 11:13:12 +0200 Subject: [PATCH] missing newlines --- soh/soh/Enhancements/cosmetics/CosmeticsEditor.h | 2 +- soh/soh/Enhancements/gameplaystatswindow.h | 2 +- soh/soh/Enhancements/randomizer/randomizer_item_tracker.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/soh/soh/Enhancements/cosmetics/CosmeticsEditor.h b/soh/soh/Enhancements/cosmetics/CosmeticsEditor.h index bc1a6c650..c6958055b 100644 --- a/soh/soh/Enhancements/cosmetics/CosmeticsEditor.h +++ b/soh/soh/Enhancements/cosmetics/CosmeticsEditor.h @@ -69,4 +69,4 @@ class CosmeticsEditorWindow final : public Ship::GuiWindow { void ApplyDungeonKeyColors(); void UpdateElement() override {}; }; -#endif //__cplusplus \ No newline at end of file +#endif //__cplusplus diff --git a/soh/soh/Enhancements/gameplaystatswindow.h b/soh/soh/Enhancements/gameplaystatswindow.h index e0de09134..894acb3b8 100644 --- a/soh/soh/Enhancements/gameplaystatswindow.h +++ b/soh/soh/Enhancements/gameplaystatswindow.h @@ -7,4 +7,4 @@ class GameplayStatsWindow final : public Ship::GuiWindow { void InitElement() override; void DrawElement() override; void UpdateElement() override {}; -}; \ No newline at end of file +}; diff --git a/soh/soh/Enhancements/randomizer/randomizer_item_tracker.h b/soh/soh/Enhancements/randomizer/randomizer_item_tracker.h index f671d5623..fcc7e6b18 100644 --- a/soh/soh/Enhancements/randomizer/randomizer_item_tracker.h +++ b/soh/soh/Enhancements/randomizer/randomizer_item_tracker.h @@ -64,4 +64,4 @@ class ItemTrackerWindow final : public Ship::GuiWindow { void InitElement() override; void DrawElement() override; void UpdateElement() override {}; -}; \ No newline at end of file +};