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/Detail/PreConfig.h | |
| parent | 4c98e23db8c34cfd7f81522dfb48ee7e949cc34e (diff) | |
[CHORE] Update format.sh and ran it.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/Detail/PreConfig.h')
| -rw-r--r-- | include/CompilerKit/Detail/PreConfig.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/CompilerKit/Detail/PreConfig.h b/include/CompilerKit/Detail/PreConfig.h index 882e00b..9294c01 100644 --- a/include/CompilerKit/Detail/PreConfig.h +++ b/include/CompilerKit/Detail/PreConfig.h @@ -87,8 +87,7 @@ #define kObjectFileExt ".obj" #define kBinaryFileExt ".bin" -#define kAsmFileExts \ - { ".64x", ".32x", ".masm", ".s", ".S", ".asm", ".x64" } +#define kAsmFileExts {".64x", ".32x", ".masm", ".s", ".S", ".asm", ".x64"} #define kAsmFileExtsMax (7U) |
