NO-OP whitespace

This commit is contained in:
Robin Gareus 2016-05-06 03:09:20 +02:00
parent 5c9660b62e
commit cdb1395a99

View file

@ -154,7 +154,7 @@ namespace Gtkmm2ext {
class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
{
public:
public:
ARDOUR_UI (int *argcp, char **argvp[], const char* localedir);
~ARDOUR_UI();
@ -357,7 +357,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
Gtkmm2ext::ActionMap global_actions;
protected:
protected:
friend class PublicEditor;
void toggle_auto_play ();
@ -376,7 +376,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
void toggle_rc_options_window ();
void toggle_session_options_window ();
private:
private:
Gtk::Window _main_window;
Gtk::VBox main_vpacker;
Gtk::HBox status_bar_hpacker;
@ -798,8 +798,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
void step_edit_status_change (bool);
/* these are used only in response to a platform-specific "ShouldQuit" signal
*/
/* these are used only in response to a platform-specific "ShouldQuit" signal */
bool idle_finish ();
void queue_finish ();
void fontconfig_dialog ();