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 AutomationRegionView;
class AutomationStreamView : public StreamView
{
public:
public:
AutomationStreamView (AutomationTimeAxisView& tv);
~AutomationStreamView ();
@ -70,7 +70,7 @@ class AutomationStreamView : public StreamView
float times,
boost::shared_ptr<ARDOUR::AutomationList> list);
private:
private:
void setup_rec_box ();
RegionView* add_region_view_internal (boost::shared_ptr<ARDOUR::Region>, bool wait_for_data, bool recording = false);