From 679e1cf7af3b36faf1160c34e688dc91d1409f46 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 18 Mar 2026 05:44:58 +0100 Subject: [CHORE] Update format.sh and ran it. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/Utilities/Compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/CompilerKit/Utilities') diff --git a/include/CompilerKit/Utilities/Compiler.h b/include/CompilerKit/Utilities/Compiler.h index dd2c5c1..094647b 100644 --- a/include/CompilerKit/Utilities/Compiler.h +++ b/include/CompilerKit/Utilities/Compiler.h @@ -90,7 +90,7 @@ inline void drvi_crash_handler(std::int32_t id) { switch (id) { default: { - kStdOut << "SIGNAL: (" << id << ")." << kBlank << kStdEndl; + kStdOut << "SIGNAL: (" << id << ")." << kBlank << kStdEndl; break; } } -- cgit v1.2.3