summaryrefslogtreecommitdiff
path: root/src/base/hashmap.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/hashmap.hh')
-rw-r--r--src/base/hashmap.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/hashmap.hh b/src/base/hashmap.hh
index eac1c6dc7..e3a72bcf5 100644
--- a/src/base/hashmap.hh
+++ b/src/base/hashmap.hh
@@ -92,6 +92,6 @@ namespace __hash_namespace {
return (__stl_hash_string(r.first.c_str())) ^ r.second;
}
};
-/* namespace __hash_namespace */ }
+} // namespace __hash_namespace
#endif // __HASHMAP_HH__