minor code formatting cleanup;

Bryan Biedenkapp 4 years ago
parent 64dd627210
commit 1a69a63626

@ -258,9 +258,9 @@ namespace json
INIT(boolean_, false);
INIT(number_, 0.0);
#ifdef PICOJSON_USE_INT64
#ifdef PICOJSON_USE_INT64
INIT(int64_, 0);
#endif
#endif
INIT(int32_, 0);
INIT(uint32_, 0);
INIT(uint16_, 0);

Loading…
Cancel
Save

Powered by TurnKey Linux.