From 4a4f2479146aa33e235ed57cde311efda68d3c8f Mon Sep 17 00:00:00 2001 From: Hubert Jarosz Date: Wed, 9 Mar 2016 00:00:52 +0100 Subject: remove trailing whitespace --- core/string_db.h | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'core/string_db.h') diff --git a/core/string_db.h b/core/string_db.h index f6c6ecefec..43bcccc902 100644 --- a/core/string_db.h +++ b/core/string_db.h @@ -46,16 +46,16 @@ struct StaticCString { class StringName { - + enum { - + STRING_TABLE_BITS=12, STRING_TABLE_LEN=1<cname || !_data->name.empty()))?(void*)1:0; } - + bool operator==(const String& p_name) const; bool operator==(const char* p_name) const; bool operator!=(const String& p_name) const; @@ -101,19 +101,19 @@ public: return _datahash; else return 0; } bool operator!=(const StringName& p_name) const; - + _FORCE_INLINE_ operator String() const { if (_data) { @@ -148,7 +148,7 @@ public: }; struct StringNameHasher { - + static _FORCE_INLINE_ uint32_t hash(const StringName &p_string) { return p_string.hash(); } }; -- cgit v1.2.3