mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 01:20:34 +08:00
host tests: Fix missing newlines
This commit is contained in:
@@ -25,4 +25,4 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
printf("lat: %f lon: %f, dec: %f\n", lat, lon, declination);
|
printf("lat: %f lon: %f, dec: %f\n", lat, lon, declination);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ int main(int argc, char *argv[]) {
|
|||||||
test_mixer(3, args);
|
test_mixer(3, args);
|
||||||
|
|
||||||
test_conv(1, args);
|
test_conv(1, args);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -72,4 +72,4 @@ int main(int argc, char *argv[]) {
|
|||||||
warnx("Test aborted, errno: %d", ret);
|
warnx("Test aborted, errno: %d", ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user