From 1a066abb2625f14b4561a1e319733cb8f1850f19 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 18 Nov 2015 14:43:56 -0800 Subject: [PATCH] fix some indentation for UDT_CONNECTION_DEBUG lines --- libraries/networking/src/udt/SendQueue.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/networking/src/udt/SendQueue.cpp b/libraries/networking/src/udt/SendQueue.cpp index fd11b0f41e..ba99efdcea 100644 --- a/libraries/networking/src/udt/SendQueue.cpp +++ b/libraries/networking/src/udt/SendQueue.cpp @@ -395,7 +395,7 @@ bool SendQueue::isInactive(bool sentAPacket) { #ifdef UDT_CONNECTION_DEBUG qCDebug(networking) << "SendQueue to" << _destination << "reached" << NUM_TIMEOUTS_BEFORE_INACTIVE << "timeouts" - << "and 5s before receiving any ACK/NAK and is now inactive. Stopping."; + << "and 5s before receiving any ACK/NAK and is now inactive. Stopping."; #endif deactivate(); @@ -427,9 +427,9 @@ bool SendQueue::isInactive(bool sentAPacket) { if (cvStatus == std::cv_status::timeout) { #ifdef UDT_CONNECTION_DEBUG qCDebug(networking) << "SendQueue to" << _destination << "has been empty for" - << EMPTY_QUEUES_INACTIVE_TIMEOUT.count() - << "seconds and receiver has ACKed all packets." - << "The queue is now inactive and will be stopped."; + << EMPTY_QUEUES_INACTIVE_TIMEOUT.count() + << "seconds and receiver has ACKed all packets." + << "The queue is now inactive and will be stopped."; #endif // Deactivate queue