]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cppunit.h
Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.
[wxWidgets.git] / include / wx / cppunit.h
index 243e68303f81d51dc0ba25d9e39a855aa306c1cd..dbdae16f4ac1e2e3deefe07f380a8f56aff1ae22 100644 (file)
@@ -47,7 +47,7 @@
 
 // Base macro for wrapping CPPUNIT_TEST macros and so making them conditional
 // tests, meaning that the test only get registered and thus run when a given
-// runtime condition is true. 
+// runtime condition is true.
 // In case the condition is evaluated as false a skip message is logged
 // (the message will only be shown in verbose mode).
 #define WXTEST_ANY_WITH_CONDITION(suiteName, Condition, testMethod, anyTest) \