]> git.saurik.com Git - wxWidgets.git/commitdiff
removed hard TAB
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Oct 2006 00:20:47 +0000 (00:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Oct 2006 00:20:47 +0000 (00:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filefn.h

index 67fae5e069560a697e153b3341674395cc4442a6..c0c7e140b973bb0ee9983f9543b4f7c0260d7314 100644 (file)
@@ -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)