From 84272b4e27e537bf2c38c9cd25675c61addea40a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 8 Apr 2019 05:16:33 +0200 Subject: NO-OP: whitespace Fix space-alignment, mostly due to "frame" -> "sample" changes. --- libs/ardour/ardour/export_handler.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libs/ardour/ardour/export_handler.h') diff --git a/libs/ardour/ardour/export_handler.h b/libs/ardour/ardour/export_handler.h index d9d268af01..21ae6f5cb0 100644 --- a/libs/ardour/ardour/export_handler.h +++ b/libs/ardour/ardour/export_handler.h @@ -155,7 +155,7 @@ class LIBARDOUR_API ExportHandler : public ExportElementFactory, public sigc::tr TimespanBounds timespan_bounds; PBD::ScopedConnection process_connection; - samplepos_t process_position; + samplepos_t process_position; /* CD Marker stuff */ @@ -194,13 +194,13 @@ class LIBARDOUR_API ExportHandler : public ExportElementFactory, public sigc::tr /* Track info */ uint32_t track_number; - samplepos_t track_position; - samplepos_t track_duration; - samplepos_t track_start_sample; + samplepos_t track_position; + samplepos_t track_duration; + samplepos_t track_start_sample; /* Index info */ - uint32_t index_number; - samplepos_t index_position; + uint32_t index_number; + samplepos_t index_position; }; -- cgit v1.2.3