diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-25 02:48:14 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-25 02:48:14 +0100 |
| commit | 4ac738d6f88aba0a3222334422e4360b5d25b8ed (patch) | |
| tree | 57b662abb645618cdfe9574ffffc42f23304f669 /include | |
| parent | 34e82c2ecbbdc0aa3e9bc9937b8187580952ed11 (diff) | |
chore: ran format command.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/CompilerKit/Detail/PreConfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/CompilerKit/Detail/PreConfig.h b/include/CompilerKit/Detail/PreConfig.h index acc094f..28f1016 100644 --- a/include/CompilerKit/Detail/PreConfig.h +++ b/include/CompilerKit/Detail/PreConfig.h @@ -3,8 +3,8 @@ // file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0) // Official repository: https://github.com/nekernel-org/nectar -#ifndef __COMPILERKIT_PRECONFIG_H__ -#define __COMPILERKIT_PRECONFIG_H__ +#ifndef COMPILERKIT_CONFIG_PRECONFIG_H +#define COMPILERKIT_CONFIG_PRECONFIG_H #ifndef Yes #define Yes true @@ -119,4 +119,4 @@ #define CK_IMPORT_C extern "C" #define CK_IMPORT extern -#endif // __COMPILERKIT_PRECONFIG_H__ +#endif // COMPILERKIT_CONFIG_PRECONFIG_H |
