Avoid leaving return types or function attributes on their own lines.

This commit is contained in:
Gregory Maxwell
2012-08-24 02:44:51 -04:00
parent 0050cf21ce
commit bdab0cf58c
6 changed files with 9 additions and 20 deletions

View File

@@ -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;