mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
NOOP: whitespace in function call
This commit is contained in:
parent
a18250905c
commit
6f81552011
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ LTC_TransportMaster::LTC_TransportMaster (std::string const & name)
|
|||
|
||||
DEBUG_TRACE (DEBUG::Slave, string_compose ("LTC registered %1\n", _port->name()));
|
||||
|
||||
memset(&prev_sample, 0, sizeof(LTCFrameExt));
|
||||
memset (&prev_sample, 0, sizeof(LTCFrameExt));
|
||||
|
||||
resync_latency();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue