1
1

chore: Fix whitespace glitch that caused a compiler warning on Ubuntu 18.04.

Whitespace-only change, no functional difference.
Этот коммит содержится в:
Bruce A. Mah 2020-04-14 17:03:04 -07:00
родитель 6c10d8a0f3
Коммит 624c01d444
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4984910A8CAAEE8A

Просмотреть файл

@ -1850,8 +1850,8 @@ get_parameters(struct iperf_test *test)
#endif //HAVE_SSL
if (test->mode && test->protocol->id == Ptcp && has_tcpinfo_retransmits())
test->sender_has_retransmits = 1;
if (test->settings->rate)
cJSON_AddNumberToObject(test->json_start, "target_bitrate", test->settings->rate);
if (test->settings->rate)
cJSON_AddNumberToObject(test->json_start, "target_bitrate", test->settings->rate);
cJSON_Delete(j);
}
return r;