mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-23 15:48:03 +00:00
fix indentations
This commit is contained in:
@ -136,7 +136,7 @@ void Track::incoming(message_ptr message) {
|
|||||||
|
|
||||||
// Tail drop if queue is full
|
// Tail drop if queue is full
|
||||||
if (mRecvQueue.full()) {
|
if (mRecvQueue.full()) {
|
||||||
COUNTER_QUEUE_FULL++;
|
COUNTER_QUEUE_FULL++;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user