summaryrefslogtreecommitdiffstats
path: root/source/core/slang-writer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-writer.cpp')
-rw-r--r--source/core/slang-writer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/core/slang-writer.cpp b/source/core/slang-writer.cpp
index eb315323c..b3a48d9c7 100644
--- a/source/core/slang-writer.cpp
+++ b/source/core/slang-writer.cpp
@@ -177,7 +177,8 @@ SlangResult FileWriter::setMode(SlangWriterMode mode)
break;
#endif
}
- default: break;
+ default:
+ break;
}
return SLANG_FAIL;
}