Parcourir la source

Drop unnecessary newline

Oxan van Leeuwen il y a 2 ans
Parent
commit
8c9c1b068d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      components/stream_server/stream_server.cpp

+ 0 - 1
components/stream_server/stream_server.cpp

@@ -126,7 +126,6 @@ void StreamServerComponent::read() {
                     client.position = this->buf_tail_;
                 }
             }
-
         }
 
         // Fill all available contiguous space in the ring buffer.