diff options
| author | Pieter Wuille <[email protected]> | 2014-09-19 19:21:46 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-19 19:21:46 +0200 |
| commit | 20e01b1a03819d843a860284033b48a5e3b65ff7 (patch) | |
| tree | 5b390722b053ce5b448919bda2695d173980ffb5 /src/rpcclient.h | |
| parent | Merge pull request #4944 (diff) | |
| download | discoin-20e01b1a03819d843a860284033b48a5e3b65ff7.tar.xz discoin-20e01b1a03819d843a860284033b48a5e3b65ff7.zip | |
Apply clang-format on some infrequently-updated files
Diffstat (limited to 'src/rpcclient.h')
| -rw-r--r-- | src/rpcclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcclient.h b/src/rpcclient.h index 1233ea387..307aa2aab 100644 --- a/src/rpcclient.h +++ b/src/rpcclient.h @@ -10,6 +10,6 @@ #include "json/json_spirit_utils.h" #include "json/json_spirit_writer_template.h" -json_spirit::Array RPCConvertValues(const std::string &strMethod, const std::vector<std::string> &strParams); +json_spirit::Array RPCConvertValues(const std::string& strMethod, const std::vector<std::string>& strParams); #endif // _BITCOINRPC_CLIENT_H_ |