diff options
author | Zufu Liu <unknown> | 2025-05-24 17:43:14 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2025-05-24 17:43:14 +1000 |
commit | aca9ce76597949b0429caa882df164702cdb92b0 (patch) | |
tree | 44756e3627ebc4b1ab19d3c086e12cc14faa8bef /src/Document.cxx | |
parent | 32f7837ed8b70cf20e15ef34ef8448d18909910a (diff) | |
download | scintilla-mirror-aca9ce76597949b0429caa882df164702cdb92b0.tar.gz |
Remove line end space.
Diffstat (limited to 'src/Document.cxx')
-rw-r--r-- | src/Document.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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}] |