Browse Source

fix indentations

Staz M 4 years ago
parent
commit
03b64e765c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/track.cpp

+ 1 - 1
src/track.cpp

@@ -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;
 	}