diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 05:44:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 05:44:58 +0100 |
| commit | 679e1cf7af3b36faf1160c34e688dc91d1409f46 (patch) | |
| tree | 0d69fb045af20988c9bd4b39ee4a06601e1525ed /include/CompilerKit/Utilities | |
| parent | 4c98e23db8c34cfd7f81522dfb48ee7e949cc34e (diff) | |
[CHORE] Update format.sh and ran it.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/Utilities')
| -rw-r--r-- | include/CompilerKit/Utilities/Compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |
