From: Mattia Barbon Date: Tue, 4 Jan 2005 17:41:47 +0000 (+0000) Subject: Untabify. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f5db5af932c3255815542f4151b02367ea73c208?ds=inline Untabify. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/hashmap.h b/include/wx/hashmap.h index 7e20a9abc2..b8689b86f6 100644 --- a/include/wx/hashmap.h +++ b/include/wx/hashmap.h @@ -101,10 +101,10 @@ protected: { return (void **)calloc(sz, sizeof(void*)); } - static void FreeTable(void *table) - { - free(table); - } + static void FreeTable(void *table) + { + free(table); + } }; #define _WX_DECLARE_HASHTABLE( VALUE_T, KEY_T, HASH_T, KEY_EX_T, KEY_EQ_T, CLASSNAME, CLASSEXP, SHOULD_GROW, SHOULD_SHRINK ) \