aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorZufu Liu <unknown>2022-03-04 08:21:05 +1100
committerZufu Liu <unknown>2022-03-04 08:21:05 +1100
commitd2299a660d680f8a533abcbf8e050eb41a893e25 (patch)
tree5bb1def477f28408a6b354b9ca20cdd96ce362c8 /src
parentf3e4f3579a6c9ad620cf00ad951cc97cd59be365 (diff)
downloadscintilla-mirror-d2299a660d680f8a533abcbf8e050eb41a893e25.tar.gz
Feature [feature-requests:#1432] Cosmetic - comment position and trailing space.
Diffstat (limited to 'src')
-rw-r--r--src/EditView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.cxx b/src/EditView.cxx
index 1e87fa294..fad523351 100644
--- a/src/EditView.cxx
+++ b/src/EditView.cxx
@@ -388,7 +388,7 @@ bool ViewIsASCII(std::string_view text) {
void LayoutSegments(IPositionCache *pCache,
Surface *surface,
const ViewStyle &vstyle,
- LineLayout *ll,
+ LineLayout *ll,
const std::vector<TextSegment> &segments,
std::atomic<uint32_t> &nextIndex,
const bool textUnicode,