Another round of whitespace fixes

This commit is contained in:
Robin Gareus 2019-04-09 00:27:05 +02:00
parent 14b27be658
commit 01a43c6b1e
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
10 changed files with 116 additions and 115 deletions

View file

@ -46,9 +46,9 @@ namespace ArdourCanvas {
}
struct RecBoxInfo {
ArdourCanvas::Rectangle* rectangle;
samplepos_t start;
ARDOUR::samplecnt_t length;
ArdourCanvas::Rectangle* rectangle;
samplepos_t start;
ARDOUR::samplecnt_t length;
};
class Selectable;
@ -149,20 +149,20 @@ protected:
virtual void color_handler () = 0;
RouteTimeAxisView& _trackview;
ArdourCanvas::Container* _canvas_group;
ArdourCanvas::Rectangle* canvas_rect; /* sample around the whole thing */
RouteTimeAxisView& _trackview;
ArdourCanvas::Container* _canvas_group;
ArdourCanvas::Rectangle* canvas_rect; /* sample around the whole thing */
typedef std::list<RegionView* > RegionViewList;
RegionViewList region_views;
RegionViewList region_views;
double _samples_per_pixel;
sigc::connection screen_update_connection;
std::vector<RecBoxInfo> rec_rects;
sigc::connection screen_update_connection;
std::vector<RecBoxInfo> rec_rects;
std::list< std::pair<boost::shared_ptr<ARDOUR::Region>,RegionView* > > rec_regions;
bool rec_updating;
bool rec_active;
bool rec_updating;
bool rec_active;
uint32_t region_color; ///< Contained region color
uint32_t stream_base_color; ///< Background color
@ -176,7 +176,7 @@ protected:
double height;
PBD::ScopedConnectionList rec_data_ready_connections;
samplepos_t last_rec_data_sample;
samplepos_t last_rec_data_sample;
/* When recording, the session time at which a new layer must be created for the region
being recorded, or max_samplepos if not applicable.