summaryrefslogtreecommitdiff
path: root/source/slang-glslang
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang-glslang')
-rw-r--r--source/slang-glslang/slang-glslang.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/slang-glslang/slang-glslang.cpp b/source/slang-glslang/slang-glslang.cpp
index e830fb15a..56be8b042 100644
--- a/source/slang-glslang/slang-glslang.cpp
+++ b/source/slang-glslang/slang-glslang.cpp
@@ -189,7 +189,7 @@ extern "C"
#ifdef _MSC_VER
_declspec(dllexport)
#else
-__attribute__((__visibility__("default")))
+ __attribute__((__visibility__("default")))
#endif
bool glslang_disassembleSPIRVWithResult(
const uint32_t* contents,
@@ -237,7 +237,7 @@ extern "C"
#ifdef _MSC_VER
_declspec(dllexport)
#else
-__attribute__((__visibility__("default")))
+ __attribute__((__visibility__("default")))
#endif
bool glslang_disassembleSPIRV(const uint32_t* contents, int contentsSize)
{