Reformat code for clang-format 15

This commit is contained in:
baldurk
2023-09-05 11:02:08 +01:00
parent 4d94209ec1
commit 9d39b8e1a8
330 changed files with 5856 additions and 3850 deletions
-1
View File
@@ -53,7 +53,6 @@ CommentView::CommentView(ICaptureContext &ctx, QWidget *parent)
QObject::connect(
m_commentsEditor, &ScintillaEdit::modified,
[this](int type, int position, int length, int, const QByteArray &, int, int, int) {
// if there has been a change, restyle the region around the modification. We can't use just
// word boundaries so search back to the last whitespace character - this means we will
// restyle at most a line, likely much less.