diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-06-24 14:17:43 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-06-26 10:36:57 +0200 |
commit | e10dcf27b4fb324a85b5650c7acd2ea5a52e822f (patch) | |
tree | 6725fc2d632622ef5fbdc7b480996adb9b9a5fba /src/init.h | |
parent | 343feecf562a39e7d898ece2fd745fcb9d4c90e9 (diff) |
ensure clean and consistent "namespace" usage
- remove some missplaced ;
- ensure end of a namespace is clearly visible
- use same formatting when using namespace
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.h b/src/init.h index 52daa47616..626525c9ad 100644 --- a/src/init.h +++ b/src/init.h @@ -12,7 +12,7 @@ class CWallet; namespace boost { class thread_group; -}; +} // namespace boost extern CWallet* pwalletMain; |