Skip to content

Commit

Permalink
Remove empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviliz committed Jul 26, 2024
1 parent 874b30b commit 7155066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/tonal/pitch2midi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,6 @@ void Pitch2Midi::compute()
// E_INFO("Compute() -END");
}

void Pitch2Midi::updateDnote () {
void Pitch2Midi::updateDnote() {
dnote = note;
}

0 comments on commit 7155066

Please sign in to comment.