aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authorZufu Liu <unknown>2025-05-24 17:43:14 +1000
committerZufu Liu <unknown>2025-05-24 17:43:14 +1000
commitaca9ce76597949b0429caa882df164702cdb92b0 (patch)
tree44756e3627ebc4b1ab19d3c086e12cc14faa8bef /src/Document.h
parent32f7837ed8b70cf20e15ef34ef8448d18909910a (diff)
downloadscintilla-mirror-aca9ce76597949b0429caa882df164702cdb92b0.tar.gz
Remove line end space.
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Document.h b/src/Document.h
index 4c6832d89..7655d5290 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -173,7 +173,7 @@ public:
};
// Base class for view state that can be held and transferred without understanding the contents.
-// Declared here but real implementation subclass declared in EditModel
+// Declared here but real implementation subclass declared in EditModel
struct ViewState {
ViewState() noexcept = default;
// Deleted so ViewState objects can not be copied