From 61b369cbfef41fece0d01b7ff600afaa891d76ec Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 8 Mar 2024 09:09:54 +1100 Subject: Reformat with astyle. --- src/CellBuffer.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CellBuffer.cxx') diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index bf0ca6ba5..b0b9d9c39 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -47,7 +47,7 @@ struct CountWidths { countOtherPlanes(countOtherPlanes_) { } CountWidths operator-() const noexcept { - return CountWidths(-countBasePlane , -countOtherPlanes); + return CountWidths(-countBasePlane, -countOtherPlanes); } Sci::Position WidthUTF32() const noexcept { // All code points take one code unit in UTF-32. @@ -832,7 +832,7 @@ void CellBuffer::BasicInsertString(Sci::Position position, const char *s, Sci::P const Sci::Line lineStart = lineInsert; // s may not NULL-terminated, ensure *ptr == '\n' or *next == '\n' is valid. - const char * const end = s + insertLength - 1; + const char *const end = s + insertLength - 1; const char *ptr = s; unsigned char ch = 0; -- cgit v1.2.3