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/LibC++/base_math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/LibC++/base_math.h') diff --git a/include/LibC++/base_math.h b/include/LibC++/base_math.h index 22c9ab9..c9f390d 100644 --- a/include/LibC++/base_math.h +++ b/include/LibC++/base_math.h @@ -96,3 +96,4 @@ typename using callable_type = Result (*)(size_t n, ...); #ifdef __cpp_lib_base_math #define __cpp_lib_base_math 1 #endif + -- cgit v1.2.3