Преглед на файлове

Drop unnecessary newline

Oxan van Leeuwen преди 3 години
родител
ревизия
8c9c1b068d
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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.