summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_timespan.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-08 05:16:33 +0200
committerRobin Gareus <robin@gareus.org>2019-04-08 05:16:33 +0200
commit84272b4e27e537bf2c38c9cd25675c61addea40a (patch)
tree8a623c46597027ee858c0d6db0eb6215762a0b3f /libs/ardour/ardour/export_timespan.h
parentf4c5e21a7a9249911679ad71cf814cbc2ab59d92 (diff)
NO-OP: whitespace
Fix space-alignment, mostly due to "frame" -> "sample" changes.
Diffstat (limited to 'libs/ardour/ardour/export_timespan.h')
-rw-r--r--libs/ardour/ardour/export_timespan.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/libs/ardour/ardour/export_timespan.h b/libs/ardour/ardour/export_timespan.h
index 4999d893b0..71a1edb41d 100644
--- a/libs/ardour/ardour/export_timespan.h
+++ b/libs/ardour/ardour/export_timespan.h
@@ -37,14 +37,14 @@ class ExportTempFile;
class LIBARDOUR_API ExportTimespan
{
- private:
+private:
typedef boost::shared_ptr<ExportStatus> ExportStatusPtr;
- private:
+private:
friend class ExportElementFactory;
ExportTimespan (ExportStatusPtr status, samplecnt_t sample_rate);
- public:
+public:
~ExportTimespan ();
std::string name () const { return _name; }
@@ -68,14 +68,14 @@ class LIBARDOUR_API ExportTimespan
return end_sample < other.end_sample;
}
- private:
+private:
ExportStatusPtr status;
- samplepos_t start_sample;
- samplepos_t end_sample;
- samplepos_t position;
- samplecnt_t sample_rate;
+ samplepos_t start_sample;
+ samplepos_t end_sample;
+ samplepos_t position;
+ samplecnt_t sample_rate;
std::string _name;
std::string _range_id;