Skip to content

Commit c0c28e1

Browse files
committed
format spacing better
1 parent 55ec3d0 commit c0c28e1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/lib_json/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ if(NOT (HAVE_CLOCALE AND HAVE_LCONV_SIZE AND HAVE_DECIMAL_POINT AND HAVE_LOCALEC
2525
endif()
2626
endif()
2727

28-
29-
3028
set(JSONCPP_INCLUDE_DIR ../../include)
3129

3230
set(PUBLIC_HEADERS

src/lib_json/json_value.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#include <sstream>
1818
#include <utility>
1919

20-
21-
2220
// Provide implementation equivalent of std::snprintf for older _MSC compilers
2321
#if defined(_MSC_VER) && _MSC_VER < 1900
2422
#include <stdarg.h>

0 commit comments

Comments
 (0)