Skip to content

Commit

Permalink
Fixup - whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine committed Oct 17, 2017
1 parent 8333ae8 commit ab8db48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion include/Note.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ class EXPORT Note : public SerializingObject
{
return false;
}

return ( (int)( *lhs ).key() > (int)( *rhs ).key() );
}

Expand Down
2 changes: 1 addition & 1 deletion src/tracks/Pattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ Note * Pattern::addNote( const Note & _new_note, const bool _quant_pos )
{
++it;
}
m_notes.insert( it, new_note );

m_notes.insert( it, new_note );
}
instrumentTrack()->unlock();

Expand Down

0 comments on commit ab8db48

Please sign in to comment.