From ca24752659609bd11d39d3c4131706437b39cea3 Mon Sep 17 00:00:00 2001 From: Mariotaku Date: Wed, 1 May 2024 15:21:07 +0900 Subject: [PATCH] reformatted code --- src/rtsp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rtsp.cpp b/src/rtsp.cpp index 59376bf79b6..d690c0c7c3f 100644 --- a/src/rtsp.cpp +++ b/src/rtsp.cpp @@ -1038,7 +1038,8 @@ namespace rtsp_stream { config.audio.flags[audio::config_t::HIGH_QUALITY] = (content.find("0.0.0.0"sv) == std::string::npos); } } - } else if (session.surround_params.length() > 3) { + } + else if (session.surround_params.length() > 3) { // Channels std::uint8_t c = session.surround_params[0] - '0'; // Streams