summaryrefslogtreecommitdiffstats
path: root/source/slang-core-module/slang-embedded-core-module.cpp
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-29 14:49:26 +0800
committerGitHub <noreply@github.com>2024-10-29 14:49:26 +0800
commitf65d756bff8d4c5cbc15bd0322a2ae8e6b896a21 (patch)
treeea1d61342cd29368e19135000ec2948813096205 /source/slang-core-module/slang-embedded-core-module.cpp
parenta729c15e9dce9f5116a38afc66329ab2ca4cea54 (diff)
format
* format * Minor test fixes * enable checking cpp format in ci
Diffstat (limited to 'source/slang-core-module/slang-embedded-core-module.cpp')
-rw-r--r--source/slang-core-module/slang-embedded-core-module.cpp7
1 files changed, 3 insertions, 4 deletions
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));