Code cleanup based on Clang-Tidy.
This commit is contained in:
parent
3215403815
commit
c7ac314110
133 changed files with 437 additions and 833 deletions
|
@ -45,6 +45,9 @@ static inline const char *rpcError(int code) {
|
|||
|
||||
case IApiRequest::RPC_INVALID_PARAMS:
|
||||
return "Invalid params";
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (code >= 400 && code < 600) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue