aboutsummaryrefslogtreecommitdiff
path: root/core/bind/core_bind.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-01-14 17:51:21 +0100
committerRémi Verschelde2017-01-16 08:48:24 +0100
commit40323407df65ef8f40648c51ab9b4574ea985d7f (patch)
tree832aa84229b3f6c4f9bea20df501dda1ebbf95a6 /core/bind/core_bind.cpp
parent3890256fc57eafb2db83d328b8caf772188e21d4 (diff)
downloadgodot-40323407df65ef8f40648c51ab9b4574ea985d7f.tar.gz
godot-40323407df65ef8f40648c51ab9b4574ea985d7f.tar.zst
godot-40323407df65ef8f40648c51ab9b4574ea985d7f.zip
Diffstat (limited to 'core/bind/core_bind.cpp')
-rw-r--r--core/bind/core_bind.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp
index 657f527a5..ed37ec544 100644
--- a/core/bind/core_bind.cpp
+++ b/core/bind/core_bind.cpp
@@ -612,8 +612,7 @@ uint64_t _OS::get_unix_time_from_datetime(Dictionary datetime) const {
static_cast<unsigned int>(datetime[YEAR_KEY]):0);
/// How many days come before each month (0-12)
- static const unsigned short int DAYS_PAST_THIS_YEAR_TABLE[2][13] =
- {
+ static const unsigned short int DAYS_PAST_THIS_YEAR_TABLE[2][13] = {
/* Normal years. */
{ 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },
/* Leap years. */