summaryrefslogtreecommitdiff
path: root/include/hash_map.h
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-02-14 21:14:36 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-02-14 21:14:36 +0000
commitf209cce90b394acd26e22eacef0bff61e8f5b4e1 (patch)
tree28374af9d5fc3db87f66477493dc9569d809f518 /include/hash_map.h
parent60ab529ad481d5727991901ab0252d84164ccdc0 (diff)
Nuke trailing spaces
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7
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
-