forked from open-source-parsers/jsoncpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove trailing space characters (open-source-parsers#1256)
Also add two newlines (rebased from `aaronfranke/formatting`) resolves open-source-parsers#1220 Co-authored-by: Aaron Franke <[email protected]>
- Loading branch information
1 parent
9409824
commit be4a512
Showing
15 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env bash | ||
|
||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" | ||
python $DIR/run-clang-format.py -r $DIR/../src/**/ $DIR/../include/**/ | ||
python $DIR/run-clang-format.py -r $DIR/../src/**/ $DIR/../include/**/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[ "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | ||
[ "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | ||
"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb", | ||
"ccccccccccccccccccccccc", | ||
"dddddddddddddddddddddddddddddddddddddddddddddddddddd" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
{ | ||
"count" : 1234, | ||
"name" : { "aka" : "T.E.S.T.", "id" : 123987 }, | ||
"attribute" : [ | ||
"random", | ||
"short", | ||
"bold", | ||
12, | ||
{ "height" : 7, "width" : 64 } | ||
"attribute" : [ | ||
"random", | ||
"short", | ||
"bold", | ||
12, | ||
{ "height" : 7, "width" : 64 } | ||
], | ||
"test": { "1" : | ||
{ "2" : | ||
{ "3" : { "coord" : [ 1,2] } | ||
} | ||
"test": { "1" : | ||
{ "2" : | ||
{ "3" : { "coord" : [ 1,2] } | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
{ | ||
"count" : 1234, | ||
"name" : "test", | ||
"attribute" : "random" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
{ | ||
"" : 1234 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ | |
/* Comment before 'second' | ||
*/ | ||
.second=2 | ||
/* A comment at | ||
/* A comment at | ||
the end of the file. | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,6 @@ | |
"second" : 2 | ||
} | ||
|
||
/* A comment at | ||
/* A comment at | ||
the end of the file. | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters