diff --git a/src/add-ons/media/plugins/http_streamer/HTTPMediaIO.cpp b/src/add-ons/media/plugins/http_streamer/HTTPMediaIO.cpp index ddb8a68028..91ee8bf473 100644 --- a/src/add-ons/media/plugins/http_streamer/HTTPMediaIO.cpp +++ b/src/add-ons/media/plugins/http_streamer/HTTPMediaIO.cpp @@ -132,8 +132,7 @@ HTTPMediaIO::~HTTPMediaIO() { CALLED(); - if (fReq != NULL) - { + if (fReq != NULL) { fReq->Stop(); status_t status; wait_for_thread(fReqThread, &status);