mirror of
https://github.com/dropbox/json11.git
synced 2024-11-21 03:13:49 +08:00
Remove extraneous parentheses
This commit is contained in:
parent
200c98aede
commit
7a947c1e2f
4
test.cpp
4
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;
|
||||
|
Loading…
Reference in New Issue
Block a user