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_alloc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/LibC++/base_alloc.h') diff --git a/include/LibC++/base_alloc.h b/include/LibC++/base_alloc.h index cd95806..96a8161 100644 --- a/include/LibC++/base_alloc.h +++ b/include/LibC++/base_alloc.h @@ -41,3 +41,4 @@ inline void release_nothrow(KindClass ptr) noexcept { release(ptr); } } // namespace std::base_alloc + -- cgit v1.2.3