aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/json
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/json')
-rw-r--r--src/shared/json/json.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/json/json.cpp b/src/shared/json/json.cpp
index 1ae076ad22a..58e6beb06d1 100644
--- a/src/shared/json/json.cpp
+++ b/src/shared/json/json.cpp
@@ -4607,8 +4607,8 @@ bool Parser::parseString()
namespace Internal {
-static const Base emptyArray = { sizeof(Base), { 0 }, 0 };
-static const Base emptyObject = { sizeof(Base), { 0 }, 0 };
+static const Base emptyArray = {sizeof(Base), {0}, 0};
+static const Base emptyObject = {sizeof(Base), {0}, 0};
void Data::compact()