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,7 +40,7 @@ class PublicEditor;
class QuantizeDialog : public ArdourDialog
{
public:
public:
QuantizeDialog (PublicEditor&);
~QuantizeDialog ();
@ -52,7 +52,7 @@ class QuantizeDialog : public ArdourDialog
float threshold () const;
float swing () const;
private:
private:
PublicEditor& editor;
Gtk::ComboBoxText start_grid_combo;