mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Apply clang-format on some infrequently-updated files
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
|
||||
class CWallet;
|
||||
|
||||
namespace boost {
|
||||
class thread_group;
|
||||
namespace boost
|
||||
{
|
||||
class thread_group;
|
||||
} // namespace boost
|
||||
|
||||
extern CWallet* pwalletMain;
|
||||
@@ -22,8 +23,7 @@ void Shutdown();
|
||||
bool AppInit2(boost::thread_group& threadGroup);
|
||||
|
||||
/* The help message mode determines what help message to show */
|
||||
enum HelpMessageMode
|
||||
{
|
||||
enum HelpMessageMode {
|
||||
HMM_BITCOIND,
|
||||
HMM_BITCOIN_QT
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user