NO-OP whitespace & foratting of header files

This commit is contained in:
Robin Gareus 2017-07-01 21:11:14 +02:00
parent 2219021389
commit b976bf8986
112 changed files with 711 additions and 698 deletions

View file

@ -40,11 +40,12 @@ namespace ARDOUR {
class Editor;
class RegionView;
class RhythmFerret : public ArdourDialog {
public:
class RhythmFerret : public ArdourDialog
{
public:
/* order of these enums must match the _analyse_mode_strings
in rhythm_ferret.cc
*/
* in rhythm_ferret.cc
*/
enum AnalysisMode {
PercussionOnset,
NoteOnset
@ -61,10 +62,10 @@ class RhythmFerret : public ArdourDialog {
void set_session (ARDOUR::Session*);
void on_response (int);
protected:
protected:
void on_hide ();
private:
private:
Editor& editor;
Gtk::ComboBoxText operation_selector;