mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Avoid leaving return types or function attributes on their own lines.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user