13
0

NOOP: whitespace in function call

This commit is contained in:
Paul Davis 2019-02-04 11:22:25 -07:00
parent a18250905c
commit 6f81552011

View File

@ -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();