refactor: clang format line length

This commit is contained in:
Lars Toenning
2024-11-16 19:27:30 +01:00
parent c7779e1461
commit 1a0b2a8c5f
1352 changed files with 25994 additions and 26603 deletions

View File

@@ -15,7 +15,8 @@ class QObject;
namespace swift::gui::models
{
//! Matching statistics entry
class SWIFT_GUI_EXPORT CMatchingStatisticsModel : public CListModelBase<swift::misc::simulation::CMatchingStatistics, true>
class SWIFT_GUI_EXPORT CMatchingStatisticsModel :
public CListModelBase<swift::misc::simulation::CMatchingStatistics, true>
{
Q_OBJECT