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.h | |
parent | 32f7837ed8b70cf20e15ef34ef8448d18909910a (diff) | |
download | scintilla-mirror-aca9ce76597949b0429caa882df164702cdb92b0.tar.gz |
Remove line end space.
Diffstat (limited to 'src/Document.h')
-rw-r--r-- | src/Document.h | 2 |
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 |