From 3eea219548e84efdbc3148ce378fcba865f97a01 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 6 Dec 2013 14:15:43 -0800 Subject: Add basic source formatting tools --- src/common/mmo.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/common/mmo.hpp') diff --git a/src/common/mmo.hpp b/src/common/mmo.hpp index 0f89c81..178bb08 100644 --- a/src/common/mmo.hpp +++ b/src/common/mmo.hpp @@ -57,7 +57,7 @@ T stringish(VString iv) static_cast&>(rv) = iv; return rv; } -#define DEFAULT_EMAIL stringish("a@a.com") +# define DEFAULT_EMAIL stringish("a@a.com") // It is decreed: a mapname shall not contain an extension class MapName : public strings::_crtp_string @@ -111,12 +111,12 @@ public: } VString<23> to__canonical() const { -#if NAME_IGNORING_CASE == 0 +# if NAME_IGNORING_CASE == 0 return to__actual(); -#endif -#if NAME_IGNORING_CASE == 1 +# endif +# if NAME_IGNORING_CASE == 1 return to__lower(); -#endif +# endif } friend bool operator == (const CharName& l, const CharName& r) -- cgit v1.2.3-70-g09d2