mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-18 03:29:46 +02:00
Apply the formatting specified in .clang-format file.
This commit is contained in:
@@ -420,8 +420,8 @@ Value::Value(const char* value) {
|
||||
|
||||
Value::Value(const char* begin, const char* end) {
|
||||
initBasic(stringValue, true);
|
||||
value_.string_ = duplicateAndPrefixStringValue(
|
||||
begin, static_cast<unsigned>(end - begin));
|
||||
value_.string_ =
|
||||
duplicateAndPrefixStringValue(begin, static_cast<unsigned>(end - begin));
|
||||
}
|
||||
|
||||
Value::Value(const JSONCPP_STRING& value) {
|
||||
|
Reference in New Issue
Block a user