[Trivial] ensure minimal header conventions

- ensure header namespaces and end comments are correct
- add missing header end comments
- ensure minimal formatting (add newlines etc.)
This commit is contained in:
Philip Kaufmann
2015-10-27 17:44:13 +01:00
parent 8f3b3cdee4
commit 214de7e54c
4 changed files with 18 additions and 15 deletions

View File

@@ -121,4 +121,4 @@ static inline size_t DynamicUsage(const boost::unordered_map<X, Y, Z>& m)
}
#endif
#endif // BITCOIN_MEMUSAGE_H