Skip to content

Commit f300478

Browse files
committed
Run clang format
1 parent d73ec27 commit f300478

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/json/reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ bool JSON_API parseFromStream(CharReader::Factory const&,
376376
/** \brief Read from 'sin' into 'root'.
377377
*
378378
* Always keep comments from the input JSON.
379-
*
379+
*
380380
* This can be used to read a file into a particular sub-object.
381381
* For example:
382382
* \code

include/json/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
#define JSONCPP_VERSION_MINOR 9
1414
#define JSONCPP_VERSION_PATCH 2
1515
#define JSONCPP_VERSION_QUALIFIER
16-
#define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) \
17-
| (JSONCPP_VERSION_MINOR << 16) \
18-
| (JSONCPP_VERSION_PATCH << 8))
16+
#define JSONCPP_VERSION_HEXA \
17+
((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | \
18+
(JSONCPP_VERSION_PATCH << 8))
1919

2020
#ifdef JSONCPP_USING_SECURE_MEMORY
2121
#undef JSONCPP_USING_SECURE_MEMORY

0 commit comments

Comments
 (0)