More whitespace adjustments (#6711)

More whitespace adjustments as proposed in the code review.
This commit is contained in:
Michael Gregorius
2023-06-02 22:17:03 +02:00
parent 9fe7fbd69e
commit 0ebc18941b
2 changed files with 6 additions and 6 deletions

View File

@@ -37,8 +37,8 @@ class LMMS_EXPORT Model : public QObject
{
Q_OBJECT
public:
Model(Model * parent, QString displayName = QString(),
bool defaultConstructed = false );
Model(Model* parent, QString displayName = QString(),
bool defaultConstructed = false);
~Model() override = default;