]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed tabs (i.e. turning into spaces...) Part 2...
authorRyan Norton <wxprojects@comcast.net>
Mon, 15 Dec 2003 01:03:43 +0000 (01:03 +0000)
committerRyan Norton <wxprojects@comcast.net>
Mon, 15 Dec 2003 01:03:43 +0000 (01:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/regex/regcustom.h

index 1c87c02a1e05f633a09b81ceeef1fea3d8a8d5cc..328354a7d7d3ffd2c2028313aa3b5b68cb1dcd44 100644 (file)
 #endif
 
 #if !wxUSE_UNICODE
-#      define wx_wchar char
+#   define wx_wchar char
 #else // Unicode
     #if (defined(__GNUC__) && !wxCHECK_GCC_VERSION(2, 96))
-    #          define wx_wchar __WCHAR_TYPE__ 
+    #       define wx_wchar __WCHAR_TYPE__ 
     #else // __WCHAR_TYPE__ and gcc < 2.96
         // standard case
-        #              define wx_wchar wchar_t         
+        #       define wx_wchar wchar_t         
     #endif // __WCHAR_TYPE__
 #endif // ASCII/Unicode