Skip to content

Commit

Permalink
uncrustify file identified in codestyle test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatters1 committed Sep 24, 2024
1 parent 190ba92 commit 4696d17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/notation/internal/notationactioncontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1968,7 +1968,6 @@ void NotationActionController::toggleConcertPitch()
INotationStylePtr style = currentNotationStyle();
if (!style) {
return;

}

bool toggle = !style->styleValue(StyleId::concertPitch).toBool();
Expand Down

0 comments on commit 4696d17

Please sign in to comment.