mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +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
|
||||
if (mRecvQueue.full()) {
|
||||
COUNTER_QUEUE_FULL++;
|
||||
COUNTER_QUEUE_FULL++;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user