summaryrefslogtreecommitdiffstats
path: root/source/slang/emit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/emit.cpp')
-rw-r--r--source/slang/emit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp
index f11757594..69bdaebf6 100644
--- a/source/slang/emit.cpp
+++ b/source/slang/emit.cpp
@@ -11,7 +11,7 @@
#pragma warning(disable:4996)
#endif
-namespace Slang { namespace Compiler {
+namespace Slang {
struct EmitContext
{
@@ -2748,4 +2748,4 @@ String emitProgram(
}
-}} // Slang::Compiler
+} // namespace Slang