From 7a947c1e2f4a7f30860dd7ca11ee883c2cc3f324 Mon Sep 17 00:00:00 2001 From: Andrew Twyman Date: Thu, 28 Jul 2016 22:42:01 -0700 Subject: [PATCH] Remove extraneous parentheses --- test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.cpp b/test.cpp index 2e6543e..cf9a46f 100644 --- a/test.cpp +++ b/test.cpp @@ -5,7 +5,7 @@ * code into this file as it builds, in order to make it into a test case for * your favorite framework. */ -#if(!JSON11_TEST_CUSTOM_CONFIG) +#if !JSON11_TEST_CUSTOM_CONFIG #define JSON11_TEST_CPP_PREFIX_CODE #define JSON11_TEST_CPP_SUFFIX_CODE #define JSON11_TEST_STANDALONE_MAIN 1 @@ -251,7 +251,7 @@ JSON11_TEST_CASE(json11_test) { printf("%s\n", points_json.c_str()); } -#if(JSON11_TEST_STANDALONE_MAIN) +#if JSON11_TEST_STANDALONE_MAIN static void parse_from_stdin() { string buf;