diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-09-18 15:07:58 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-09-18 15:07:58 -0400 |
commit | ea0796bde3483189643894c6a47d31c0dba0c486 (patch) | |
tree | 1cfcad47fd235034085d354fe5021f100d2bda5d /src/rpcnet.cpp | |
parent | 8b371316c57ddec3f996f7e903de191da281a4ce (diff) |
Trim trailing whitespace for src/*.{h,cpp}
Diffstat (limited to 'src/rpcnet.cpp')
-rw-r--r-- | src/rpcnet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index f0038dea9f..491297eb1d 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -61,7 +61,7 @@ Value getpeerinfo(const Array& params, bool fHelp) ret.push_back(obj); } - + return ret; } |