aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-05-03 12:40:11 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-05-03 12:40:11 +0200
commit22f262a241256e54aa6a03763689bdcdeb39be87 (patch)
tree7a240518acddcb85c8d49f519a014591c646c91c /Tools
parentec50f73cbe4c88a57f92f888d764a678f6796dd2 (diff)
downloadpx4-firmware-22f262a241256e54aa6a03763689bdcdeb39be87.tar.gz
px4-firmware-22f262a241256e54aa6a03763689bdcdeb39be87.tar.bz2
px4-firmware-22f262a241256e54aa6a03763689bdcdeb39be87.zip
host tests: Fix missing newlines
Diffstat (limited to 'Tools')
-rw-r--r--Tools/tests-host/autodeclination_test.cpp2
-rw-r--r--Tools/tests-host/mixer_test.cpp2
-rw-r--r--Tools/tests-host/sbus2_test.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/Tools/tests-host/autodeclination_test.cpp b/Tools/tests-host/autodeclination_test.cpp
index 6c751dc1e..93bc340bb 100644
--- a/Tools/tests-host/autodeclination_test.cpp
+++ b/Tools/tests-host/autodeclination_test.cpp
@@ -25,4 +25,4 @@ int main(int argc, char *argv[]) {
printf("lat: %f lon: %f, dec: %f\n", lat, lon, declination);
-} \ No newline at end of file
+}
diff --git a/Tools/tests-host/mixer_test.cpp b/Tools/tests-host/mixer_test.cpp
index e311617f9..06499afd0 100644
--- a/Tools/tests-host/mixer_test.cpp
+++ b/Tools/tests-host/mixer_test.cpp
@@ -11,4 +11,4 @@ int main(int argc, char *argv[]) {
test_mixer(3, args);
test_conv(1, args);
-} \ No newline at end of file
+}
diff --git a/Tools/tests-host/sbus2_test.cpp b/Tools/tests-host/sbus2_test.cpp
index 281903cf6..d8fcb695d 100644
--- a/Tools/tests-host/sbus2_test.cpp
+++ b/Tools/tests-host/sbus2_test.cpp
@@ -72,4 +72,4 @@ int main(int argc, char *argv[]) {
warnx("Test aborted, errno: %d", ret);
}
-} \ No newline at end of file
+}