band: remove unneeded line break

This fits within 80 characters
This commit is contained in:
James Prestwood 2022-02-25 09:58:01 -08:00 committed by Denis Kenzior
parent 650cac7979
commit 417b6fd022
1 changed files with 1 additions and 2 deletions

View File

@ -325,8 +325,7 @@ static bool find_best_mcs_vht(uint8_t max_index, enum ofdm_channel_width width,
*/
for (i = max_index; i >= 0; i--)
if (band_ofdm_rate(i, width, rssi,
nss, sgi, out_data_rate))
if (band_ofdm_rate(i, width, rssi, nss, sgi, out_data_rate))
return true;
return false;