Skip to content

Commit da87ef9

Browse files
committed
format
1 parent d807b7c commit da87ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iperf_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3736,7 +3736,7 @@ iperf_print_intermediate(struct iperf_test *test)
37363736
*
37373737
* The user can still opt in for all measurement data via the --json-stream-full-output option.
37383738
*/
3739-
discard_json = test->json_stream == 1 && !test->json_stream_full_output && !(test->role == 's' && test->get_server_output);
3739+
discard_json = test->json_stream == 1 && !test->json_stream_full_output && !(test->role == 's' && test->get_server_output);
37403740

37413741
if (test->json_output) {
37423742
json_interval = cJSON_CreateObject();

0 commit comments

Comments
 (0)