Skip to content

Commit f28be6b

Browse files
committed
codestyle: format instrchange files
1 parent 452cfd7 commit f28be6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

share/instruments/instrumentsxml.h.uncrustify

Whitespace-only changes.

src/engraving/dom/instrchange.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ class InstrumentChange final : public TextBase
6767

6868
bool setProperty(Pid id, const PropertyValue& v) override;
6969

70-
void setCustomText(const String& s) {
70+
void setCustomText(const String& s)
71+
{
7172
_customText = s;
7273
_useCustomText = true;
7374
m_manualText = true;

0 commit comments

Comments
 (0)