Skip to content

Commit

Permalink
Remove extraneous parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Twyman committed Jul 29, 2016
1 parent 200c98a commit 7a947c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7a947c1

Please sign in to comment.