From 22f262a241256e54aa6a03763689bdcdeb39be87 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sat, 3 May 2014 12:40:11 +0200 Subject: host tests: Fix missing newlines --- Tools/tests-host/autodeclination_test.cpp | 2 +- Tools/tests-host/mixer_test.cpp | 2 +- Tools/tests-host/sbus2_test.cpp | 2 +- 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 +} -- cgit v1.2.3