NO-OP: whitespace, indent

This commit is contained in:
Robin Gareus 2019-04-08 19:53:33 +02:00
parent 8a7e452265
commit 50303d90bd
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
8 changed files with 264 additions and 267 deletions

View file

@ -49,7 +49,7 @@ public:
void init (bool wfd);
bool paste (samplepos_t pos,
bool paste (samplepos_t pos,
unsigned paste_count,
float times,
boost::shared_ptr<const ARDOUR::AutomationList> slist);
@ -88,9 +88,9 @@ protected:
private:
ARDOUR::DoubleBeatsSamplesConverter _region_relative_time_converter;
ARDOUR::DoubleBeatsSamplesConverter _source_relative_time_converter;
Evoral::Parameter _parameter;
boost::shared_ptr<AutomationLine> _line;
PBD::ScopedConnection _mouse_mode_connection;
Evoral::Parameter _parameter;
boost::shared_ptr<AutomationLine> _line;
PBD::ScopedConnection _mouse_mode_connection;
};
#endif /* __gtk_ardour_automation_region_view_h__ */