diff options
| author | Pieter Wuille <[email protected]> | 2014-09-19 19:21:46 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-19 19:21:46 +0200 |
| commit | 20e01b1a03819d843a860284033b48a5e3b65ff7 (patch) | |
| tree | 5b390722b053ce5b448919bda2695d173980ffb5 /src/init.h | |
| parent | Merge pull request #4944 (diff) | |
| download | discoin-20e01b1a03819d843a860284033b48a5e3b65ff7.tar.xz discoin-20e01b1a03819d843a860284033b48a5e3b65ff7.zip | |
Apply clang-format on some infrequently-updated files
Diffstat (limited to 'src/init.h')
| -rw-r--r-- | src/init.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/init.h b/src/init.h index cf1d1e7e3..aaf8c07e6 100644 --- a/src/init.h +++ b/src/init.h @@ -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 }; |