Skip to content

Commit 43cf0f7

Browse files
committed
Run uncrustify
1 parent fd85f04 commit 43cf0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engraving/dom/harmony.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class Harmony final : public TextBase
275275
void localSpatiumChanged(double oldValue, double newValue) override;
276276
void setHarmony(const String& s);
277277

278-
int subtype() const override { return static_cast<int>(harmonyType());}
278+
int subtype() const override { return static_cast<int>(harmonyType()); }
279279

280280
TranslatableString typeUserName() const override;
281281
String accessibleInfo() const override;

0 commit comments

Comments
 (0)