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/UndoHistory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/UndoHistory.cxx') diff --git a/src/UndoHistory.cxx b/src/UndoHistory.cxx index c94d0690c..48695e664 100644 --- a/src/UndoHistory.cxx +++ b/src/UndoHistory.cxx @@ -102,7 +102,7 @@ void ScaledVector::SetValueAt(size_t index, size_t value) { } void ScaledVector::ClearValueAt(size_t index) noexcept { - // 0 fits in any size element so no expansion needed so no exceptions + // 0 fits in any size element so no expansion needed so no exceptions WriteValue(bytes.data() + index * element.size, element.size, 0); } -- cgit v1.2.3