mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-07-04 10:37:11 +02:00
clang format
This commit is contained in:
parent
8eff94f5a9
commit
30ce8e1fa7
@ -1653,8 +1653,8 @@ bool OurReader::decodeString(Token& token, String& decoded) {
|
||||
Location current = token.start_ + 1; // skip '"'
|
||||
Location end = token.end_ - 1; // do not include '"'
|
||||
if (features_.skipEscapeString_) {
|
||||
decoded = String(current, end);
|
||||
return true;
|
||||
decoded = String(current, end);
|
||||
return true;
|
||||
}
|
||||
while (current != end) {
|
||||
Char c = *current++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user