Indentation fix in main()

This commit is contained in:
Gergely Polonkai 2013-07-26 17:02:55 +02:00
parent 04e684ecc1
commit 4ed37cb5be

View File

@ -332,6 +332,7 @@ main(int argc, char *argv[])
swe_set_ephe_path(EPHEDIR); swe_set_ephe_path(EPHEDIR);
if (set_location_and_time(lon, lat, alt, year, month, day, hour, min, sec, timezone, &te) == 0) { if (set_location_and_time(lon, lat, alt, year, month, day, hour, min, sec, timezone, &te) == 0) {
return 1; return 1;
} }