summaryrefslogtreecommitdiffstats
path: root/source/slang/token.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/token.cpp')
-rw-r--r--source/slang/token.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/slang/token.cpp b/source/slang/token.cpp
index 436a3a740..ff2ded818 100644
--- a/source/slang/token.cpp
+++ b/source/slang/token.cpp
@@ -4,7 +4,6 @@
#include <assert.h>
namespace Slang {
-namespace Compiler {
char const* TokenTypeToString(TokenType type)
{
@@ -19,4 +18,4 @@ char const* TokenTypeToString(TokenType type)
}
}
-}}
+} // namespace Slang