diff options
| author | Philip Kaufmann <[email protected]> | 2015-10-27 17:44:13 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2015-10-27 17:44:13 +0100 |
| commit | 214de7e54c282f7d452d9b628baaa94e6af51727 (patch) | |
| tree | 50cefc7b0e721304ce1094063f3b2384f8219b02 /src/memusage.h | |
| parent | Merge pull request #6464 (diff) | |
| download | discoin-214de7e54c282f7d452d9b628baaa94e6af51727.tar.xz discoin-214de7e54c282f7d452d9b628baaa94e6af51727.zip | |
[Trivial] ensure minimal header conventions
- ensure header namespaces and end comments are correct
- add missing header end comments
- ensure minimal formatting (add newlines etc.)
Diffstat (limited to 'src/memusage.h')
| -rw-r--r-- | src/memusage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memusage.h b/src/memusage.h index b475c3313..e96c5bf03 100644 --- a/src/memusage.h +++ b/src/memusage.h @@ -121,4 +121,4 @@ static inline size_t DynamicUsage(const boost::unordered_map<X, Y, Z>& m) } -#endif +#endif // BITCOIN_MEMUSAGE_H |