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);
}
}