From: Vadim Zeitlin Date: Sat, 28 Oct 2006 00:20:47 +0000 (+0000) Subject: removed hard TAB X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c26d982b4bab1b4eacf5703b1c964f8c8162202f?ds=inline removed hard TAB git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/filefn.h b/include/wx/filefn.h index 67fae5e069..c0c7e140b9 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -170,7 +170,7 @@ enum wxFileKind // detect compilers which have support for huge files #if defined(__VISUALC__) - #define wxHAS_HUGE_FILES 1 + #define wxHAS_HUGE_FILES 1 #elif defined(__MINGW32__) #define wxHAS_HUGE_FILES 1 #elif defined(_LARGE_FILES)