summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/port_insert.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/port_insert.h
parentf4c5e21a7a9249911679ad71cf814cbc2ab59d92 (diff)
NO-OP: whitespace
Fix space-alignment, mostly due to "frame" -> "sample" changes.
Diffstat (limited to 'libs/ardour/ardour/port_insert.h')
-rw-r--r--libs/ardour/ardour/port_insert.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/port_insert.h b/libs/ardour/ardour/port_insert.h
index e96779c63e..26f3c1d434 100644
--- a/libs/ardour/ardour/port_insert.h
+++ b/libs/ardour/ardour/port_insert.h
@@ -88,9 +88,9 @@ private:
boost::shared_ptr<Delivery> _out;
- uint32_t _bitslot;
- MTDM* _mtdm;
- bool _latency_detect;
+ uint32_t _bitslot;
+ MTDM* _mtdm;
+ bool _latency_detect;
samplecnt_t _latency_flush_samples;
samplecnt_t _measured_latency;
};