summaryrefslogtreecommitdiff
path: root/include/hash_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hash_map.h')
-rw-r--r--include/hash_map.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/hash_map.h b/include/hash_map.h
index 0da5c7433..f49b6a68b 100644
--- a/include/hash_map.h
+++ b/include/hash_map.h
@@ -10,7 +10,7 @@
*
* ---------------------------------------------------
*/
-
+
#ifndef INSPIRCD_HASHMAP_H
#define INSPIRCD_HASHMAP_H
@@ -31,7 +31,7 @@
#define hash_map unordered_map
#define nspace std::tr1
#define BEGIN_HASHMAP_NAMESPACE namespace std { namespace tr1 {
- #define END_HASHMAP_NAMESPACE } }
+ #define END_HASHMAP_NAMESPACE } }
#endif
#else
#include <hash_map>
@@ -42,7 +42,4 @@
#define END_HASHMAP_NAMESPACE }
#endif
-
-
#endif
-