aboutsummaryrefslogtreecommitdiff
path: root/src/memusage.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2015-10-27 17:44:13 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2015-10-27 17:44:13 +0100
commit214de7e54c282f7d452d9b628baaa94e6af51727 (patch)
tree50cefc7b0e721304ce1094063f3b2384f8219b02 /src/memusage.h
parent8f3b3cdee497b8a1d7c6a7279e7bb13435527b60 (diff)
downloadbitcoin-214de7e54c282f7d452d9b628baaa94e6af51727.tar.xz
[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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memusage.h b/src/memusage.h
index b475c3313b..e96c5bf038 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