From 4ac738d6f88aba0a3222334422e4360b5d25b8ed Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 25 Jan 2026 02:48:14 +0100 Subject: chore: ran format command. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/Detail/PreConfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/CompilerKit') 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 -- cgit v1.2.3