From 0d197225d9c90123df67a752479f890de5ebe413 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 23 Dec 2025 08:36:16 +0100 Subject: feat: add newline to files. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/Utilities/Assembler.h | 2 +- include/CompilerKit/Utilities/Compiler.h | 1 + include/CompilerKit/Utilities/DLL.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'include/CompilerKit/Utilities') diff --git a/include/CompilerKit/Utilities/Assembler.h b/include/CompilerKit/Utilities/Assembler.h index 2cb5e25..e13f1af 100644 --- a/include/CompilerKit/Utilities/Assembler.h +++ b/include/CompilerKit/Utilities/Assembler.h @@ -93,4 +93,4 @@ inline NumberCast32 GetNumber32(STLString lineBuffer, STLString numberKey) { } } } -} // namespace CompilerKit \ No newline at end of file +} // namespace CompilerKit diff --git a/include/CompilerKit/Utilities/Compiler.h b/include/CompilerKit/Utilities/Compiler.h index dd9dbfc..94060ea 100644 --- a/include/CompilerKit/Utilities/Compiler.h +++ b/include/CompilerKit/Utilities/Compiler.h @@ -119,3 +119,4 @@ inline void drvi_crash_handler(std::int32_t id) { std::exit(NECTAR_EXEC_ERROR); } } // namespace CompilerKit::Detail + diff --git a/include/CompilerKit/Utilities/DLL.h b/include/CompilerKit/Utilities/DLL.h index 130ccb0..c6fcd49 100644 --- a/include/CompilerKit/Utilities/DLL.h +++ b/include/CompilerKit/Utilities/DLL.h @@ -67,3 +67,4 @@ class DLLLoader final { } }; } // namespace CompilerKit + -- cgit v1.2.3