aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/hash_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/hash_enum.h')
-rw-r--r--gdbsupport/hash_enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdbsupport/hash_enum.h b/gdbsupport/hash_enum.h
index 4867c2d..d03a683 100644
--- a/gdbsupport/hash_enum.h
+++ b/gdbsupport/hash_enum.h
@@ -24,7 +24,8 @@
http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2148
*/
-namespace gdb {
+namespace gdb
+{
/* Helper struct for hashing enum types. */
template<typename T>