From bdab0cf58c2ac1b90ba2723e8f9ddc1817b3d811 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Fri, 24 Aug 2012 02:44:51 -0400 Subject: Avoid leaving return types or function attributes on their own lines. --- src/bitcoinrpc.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/bitcoinrpc.cpp') diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 5537eb481..4aebc2078 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -104,8 +104,7 @@ Value ValueFromAmount(int64 amount) return (double)amount / (double)COIN; } -std::string -HexBits(unsigned int nBits) +std::string HexBits(unsigned int nBits) { union { int32_t nBits; -- cgit v1.2.3