aboutsummaryrefslogtreecommitdiff
path: root/src/dbwrapper.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-05-31 22:21:25 +0200
committerpracticalswift <[email protected]>2017-05-31 22:21:25 +0200
commit5a9b508279b3a221d36149aa2e811a9702b28e60 (patch)
treeedffb2b9abcbd81f1457b793077a75fec6e389e8 /src/dbwrapper.cpp
parentMerge #10075: Remove unused C++ code not covered by unit tests (diff)
downloaddiscoin-5a9b508279b3a221d36149aa2e811a9702b28e60.tar.xz
discoin-5a9b508279b3a221d36149aa2e811a9702b28e60.zip
[trivial] Add end of namespace comments
Diffstat (limited to 'src/dbwrapper.cpp')
-rw-r--r--src/dbwrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbwrapper.cpp b/src/dbwrapper.cpp
index 3d2098c05..79ec428ff 100644
--- a/src/dbwrapper.cpp
+++ b/src/dbwrapper.cpp
@@ -209,4 +209,4 @@ const std::vector<unsigned char>& GetObfuscateKey(const CDBWrapper &w)
return w.obfuscate_key;
}
-};
+} // namespace dbwrapper_private