diff --git a/src/rpc/client.h b/src/rpc/client.h --- a/src/rpc/client.h +++ b/src/rpc/client.h @@ -16,9 +16,9 @@ UniValue RPCConvertNamedValues(const std::string &strMethod, const std::vector &strParams); -/** Non-RFC4627 JSON parser, accepts internal values (such as numbers, true, - * false, null) - * as well as objects and arrays. +/** + * Non-RFC4627 JSON parser, accepts internal values (such as numbers, true, + * false, null) as well as objects and arrays. */ UniValue ParseNonRFCJSONValue(const std::string &strVal);