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

@ -34,16 +34,14 @@ namespace ARDOUR {
class ExportProfileManager;
}
///
class ExportFormatSelector : public Gtk::HBox, public ARDOUR::SessionHandlePtr
{
private:
private:
typedef boost::shared_ptr<ARDOUR::ExportFormatSpecification> FormatPtr;
typedef std::list<FormatPtr> FormatList;
public:
public:
ExportFormatSelector ();
~ExportFormatSelector ();
@ -59,7 +57,7 @@ class ExportFormatSelector : public Gtk::HBox, public ARDOUR::SessionHandlePtr
sigc::signal<void> CriticalSelectionChanged;
private:
private:
void select_format (FormatPtr f);
void add_new_format ();
@ -74,7 +72,7 @@ class ExportFormatSelector : public Gtk::HBox, public ARDOUR::SessionHandlePtr
struct FormatCols : public Gtk::TreeModelColumnRecord
{
public:
public:
Gtk::TreeModelColumn<FormatPtr> format;
Gtk::TreeModelColumn<std::string> label;