aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/test_hott_telemetry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemcmds/tests/test_hott_telemetry.c')
-rw-r--r--src/systemcmds/tests/test_hott_telemetry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systemcmds/tests/test_hott_telemetry.c b/src/systemcmds/tests/test_hott_telemetry.c
index 270dc3857..ef6173c9e 100644
--- a/src/systemcmds/tests/test_hott_telemetry.c
+++ b/src/systemcmds/tests/test_hott_telemetry.c
@@ -190,7 +190,8 @@ int test_hott_telemetry(int argc, char *argv[])
warnx("PASS: Received %d out of %d valid byte pairs from the HoTT receiver device.", received_count, max_polls);
} else {
- warnx("WARN: Received %d out of %d byte pairs of which %d were valid from the HoTT receiver device.", received_count, max_polls, valid_count);
+ warnx("WARN: Received %d out of %d byte pairs of which %d were valid from the HoTT receiver device.", received_count,
+ max_polls, valid_count);
}
} else {