[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
[reactos.git] / sdk / lib / 3rdparty / stlport / test / unit / slist_test.cpp
index 383ece2..3fb80d4 100644 (file)
@@ -28,11 +28,11 @@ using namespace __gnu_cxx;
 class SlistTest : public CPPUNIT_NS::TestCase
 {
   CPPUNIT_TEST_SUITE(SlistTest);
-#if !defined (STLPORT) || defined (_STLP_NO_EXTENSIONS) || defined (_STLP_USE_NO_IOSTREAMS) 
+#if !defined (STLPORT) || defined (_STLP_NO_EXTENSIONS) || defined (_STLP_USE_NO_IOSTREAMS)
   CPPUNIT_IGNORE;
 #endif
   CPPUNIT_TEST(slist1);
-#if defined (STLPORT) && defined (_STLP_USE_NO_IOSTREAMS) 
+#if defined (STLPORT) && defined (_STLP_USE_NO_IOSTREAMS)
   CPPUNIT_STOP_IGNORE;
 #endif
   CPPUNIT_TEST(erase);