Whitespaces, tabs and fix to the lack of empty line at end.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-10-12 17:12:26 +00:00
parent 3690202915
commit 0c92403494

View File

@@ -452,3 +452,4 @@ void StringTestCase::CompareNoCase()
CPPUNIT_CNCNEQ_ASSERT( s1, neq2 ); CPPUNIT_CNCNEQ_ASSERT( s1, neq2 );
CPPUNIT_CNCNEQ_ASSERT( s1, neq3 ); CPPUNIT_CNCNEQ_ASSERT( s1, neq3 );
} }