From b7b2e0ace1193e9944ccdc4d835dc476b9186f78 Mon Sep 17 00:00:00 2001 From: Zink Pavel Date: Fri, 31 Mar 2023 21:18:12 +0700 Subject: [PATCH] fix indent --- include/json/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/json/version.h b/include/json/version.h index bf7a6a3..f6118c0 100644 --- a/include/json/version.h +++ b/include/json/version.h @@ -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.