Another round of whitespace fixes

This commit is contained in:
Robin Gareus 2019-04-09 00:27:05 +02:00
parent 14b27be658
commit 01a43c6b1e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
10 changed files with 116 additions and 115 deletions

View file

@ -57,7 +57,7 @@ public:
private:
Editor& _editor;
ArdourCanvas::Arrow* _track_canvas_item;
samplepos_t _current_sample;
samplepos_t _current_sample;
};
#endif // __gtk_ardour_editor_cursors_h__