From f65d756bff8d4c5cbc15bd0322a2ae8e6b896a21 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 29 Oct 2024 14:49:26 +0800 Subject: format * format * Minor test fixes * enable checking cpp format in ci --- source/slang-core-module/slang-embedded-core-module.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source/slang-core-module/slang-embedded-core-module.cpp') diff --git a/source/slang-core-module/slang-embedded-core-module.cpp b/source/slang-core-module/slang-embedded-core-module.cpp index ceebcb940..4bbc7f91e 100644 --- a/source/slang-core-module/slang-embedded-core-module.cpp +++ b/source/slang-core-module/slang-embedded-core-module.cpp @@ -1,12 +1,11 @@ -#include "../core/slang-basic.h" #include "../core/slang-array-view.h" +#include "../core/slang-basic.h" #include "../core/slang-blob.h" #ifdef SLANG_EMBED_CORE_MODULE -static const uint8_t g_coreModule[] = -{ -# include "slang-core-module-generated.h" +static const uint8_t g_coreModule[] = { +#include "slang-core-module-generated.h" }; static Slang::StaticBlob g_coreModuleBlob((const void*)g_coreModule, sizeof(g_coreModule)); -- cgit v1.2.3