summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/playlist_source.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/playlist_source.h
parentf4c5e21a7a9249911679ad71cf814cbc2ab59d92 (diff)
NO-OP: whitespace
Fix space-alignment, mostly due to "frame" -> "sample" changes.
Diffstat (limited to 'libs/ardour/ardour/playlist_source.h')
-rw-r--r--libs/ardour/ardour/playlist_source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/playlist_source.h b/libs/ardour/ardour/playlist_source.h
index 6316b4dcdd..7d49270568 100644
--- a/libs/ardour/ardour/playlist_source.h
+++ b/libs/ardour/ardour/playlist_source.h
@@ -42,8 +42,8 @@ public:
protected:
boost::shared_ptr<Playlist> _playlist;
PBD::ID _original;
- sampleoffset_t _playlist_offset;
- samplecnt_t _playlist_length;
+ sampleoffset_t _playlist_offset;
+ samplecnt_t _playlist_length;
PlaylistSource (Session&, const PBD::ID&, const std::string& name, boost::shared_ptr<Playlist>, DataType,
sampleoffset_t begin, samplecnt_t len, Source::Flag flags);