From aca9ce76597949b0429caa882df164702cdb92b0 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sat, 24 May 2025 17:43:14 +1000 Subject: Remove line end space. --- src/Document.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Document.cxx') diff --git a/src/Document.cxx b/src/Document.cxx index e6f8f3543..c79c5002b 100644 --- a/src/Document.cxx +++ b/src/Document.cxx @@ -1306,7 +1306,7 @@ std::string CreateIndentation(Sci::Position indent, int tabSize, bool insertSpac bool Scintilla::Internal::DiscardLastCombinedCharacter(std::string_view &text) noexcept { // Handle the simple common case where a base character may be followed by // accents and similar marks by discarding until start of base character. - // + // // From Grapheme_Cluster_Boundaries // combining character sequence = ccs-base? ccs-extend+ // ccs-base := [\p{L}\p{N}\p{P}\p{S}\p{Zs}] -- cgit v1.2.3