From c26d982b4bab1b4eacf5703b1c964f8c8162202f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 28 Oct 2006 00:20:47 +0000 Subject: [PATCH] removed hard TAB git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/filefn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2