whitespace cleanup in OST

This commit is contained in:
Stephen Birarda 2017-01-19 10:43:36 -08:00
parent 33cde412b1
commit 746327dc11

View file

@ -451,7 +451,7 @@ int OctreeSendThread::packetDistributor(SharedNodePointer node, OctreeQueryNode*
// it seems like it may be a good idea to include the lock time as part of the encode time
// are reported to client. Since you can encode without the lock
nodeData->stats.encodeStarted();
bytesWritten = _myServer->getOctree()->encodeTreeBitstream(subTree, &_packetData, nodeData->elementBag, params);
quint64 encodeEnd = usecTimestampNow();