13
0

Indentation and whitespace fixes in sfdb_ui.h

This commit is contained in:
Tim Mayberry 2015-09-03 22:13:43 +10:00
parent cfb10eba35
commit 846a5d9446

View File

@ -219,7 +219,6 @@ class SoundFileBrowser : public ArdourWindow
static std::string persistent_folder;
GainMeter* gm;
Gtk::VBox meter_packer;
void add_gain_meter ();
@ -251,11 +250,11 @@ class SoundFileBrowser : public ArdourWindow
void set_action_sensitive (bool);
virtual bool reset_options() { return true; }
virtual bool reset_options () { return true; }
protected:
void on_show();
virtual void do_something (int action);
virtual void do_something(int action);
};
class SoundFileChooser : public SoundFileBrowser