Skip to content

Commit 0688e19

Browse files
committed
fix indent
1 parent e81fc1d commit 0688e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/json/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
(JSONCPP_VERSION_PATCH << 8))
2020

2121
#if defined(JSONCPP_USE_SECURE_MEMORY)
22-
#define JSONCPP_USING_SECURE_MEMORY 1
22+
#define JSONCPP_USING_SECURE_MEMORY 1
2323
#else
24-
#define JSONCPP_USING_SECURE_MEMORY 0
24+
#define JSONCPP_USING_SECURE_MEMORY 0
2525
#endif
2626
// If non-zero, the library zeroes any memory that it has allocated before
2727
// it frees its memory.

0 commit comments

Comments
 (0)