]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmldefs.h
Source cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE/true, FALSE/false.
[wxWidgets.git] / include / wx / html / htmldefs.h
index 38f74088d4b1828d507a7decc1a0439156b8d33c..26edbeee4bb4508cd75ad2633f6361379385b183 100644 (file)
 
 #define wxHTML_COND_ISANCHOR              1
         // Finds the anchor of 'param' name (pointer to wxString).
-    
+
 #define wxHTML_COND_ISIMAGEMAP            2
         // Finds imagemap of 'param' name (pointer to wxString).
     // (used exclusively by m_image.cpp)
-    
+
 #define wxHTML_COND_USER              10000
         // User-defined conditions should start from this number