summaryrefslogtreecommitdiffstats
path: root/source/core/slang-string-util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-string-util.cpp')
-rw-r--r--source/core/slang-string-util.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/core/slang-string-util.cpp b/source/core/slang-string-util.cpp
index 1f67089a5..6f1dc2ccb 100644
--- a/source/core/slang-string-util.cpp
+++ b/source/core/slang-string-util.cpp
@@ -577,7 +577,8 @@ String StringUtil::replaceAll(
outLine = UnownedStringSlice(begin, lineEnd);
return true;
}
- default: break;
+ default:
+ break;
}
}