Indentation fix in get_moon_phase()

This commit is contained in:
Gergely Polonkai 2013-07-26 16:59:09 +02:00
parent eb23cb8c49
commit ae6d5183ed

View File

@ -293,6 +293,7 @@ get_moon_phase(gint year, gint month, gint day, gint hour, gint min, gint sec)
return ret;
}
int
main(int argc, char *argv[])
{
#if !CLUTTER_CHECK_VERSION(1, 3, 6)