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

View File

@ -25,4 +25,4 @@ int main(int argc, char *argv[]) {
printf("lat: %f lon: %f, dec: %f\n", lat, lon, declination);
}
}

View File

@ -11,4 +11,4 @@ int main(int argc, char *argv[]) {
test_mixer(3, args);
test_conv(1, args);
}
}

View File

@ -72,4 +72,4 @@ int main(int argc, char *argv[]) {
warnx("Test aborted, errno: %d", ret);
}
}
}