fix indent

This commit is contained in:
Zink Pavel 2023-03-31 21:18:12 +07:00 committed by Pavel Zink
parent 75e50d934d
commit b7b2e0ace1

View File

@ -19,9 +19,9 @@
(JSONCPP_VERSION_PATCH << 8))
#if defined(JSONCPP_USE_SECURE_MEMORY)
#define JSONCPP_USING_SECURE_MEMORY 1
#define JSONCPP_USING_SECURE_MEMORY 1
#else
#define JSONCPP_USING_SECURE_MEMORY 0
#define JSONCPP_USING_SECURE_MEMORY 0
#endif
// If non-zero, the library zeroes any memory that it has allocated before
// it frees its memory.