host tests: Fix missing newlines

This commit is contained in:
Lorenz Meier
2014-05-03 12:40:11 +02:00
parent ec50f73cbe
commit 22f262a241
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ int main(int argc, char *argv[]) {
printf("lat: %f lon: %f, dec: %f\n", lat, lon, declination);
}
}
+1 -1
View File
@@ -11,4 +11,4 @@ int main(int argc, char *argv[]) {
test_mixer(3, args);
test_conv(1, args);
}
}
+1 -1
View File
@@ -72,4 +72,4 @@ int main(int argc, char *argv[]) {
warnx("Test aborted, errno: %d", ret);
}
}
}