summaryrefslogtreecommitdiffstats
path: root/source/slang/slang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang.cpp')
-rw-r--r--source/slang/slang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang.cpp b/source/slang/slang.cpp
index 586a38b54..313e94439 100644
--- a/source/slang/slang.cpp
+++ b/source/slang/slang.cpp
@@ -5858,7 +5858,7 @@ void Session::addBuiltinSource(
SLANG_UNEXPECTED("error in Slang standard library");
}
-
+
// Compiling stdlib should not yield any warnings.
SLANG_ASSERT(sink.outputBuffer.getLength() == 0);