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

@ -30,13 +30,13 @@ namespace ARDOUR {
class PortInsertUI : public Gtk::VBox
{
public:
public:
PortInsertUI (Gtk::Window*, ARDOUR::Session *, boost::shared_ptr<ARDOUR::PortInsert>);
void redisplay ();
void finished (IOSelector::Result);
private:
private:
boost::shared_ptr<ARDOUR::PortInsert> _pi;
Gtk::Notebook notebook;