Indentation fix in get_moon_phase()
This commit is contained in:
parent
eb23cb8c49
commit
ae6d5183ed
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user