]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/value.cc
Remove trailing whitespace from libstdc++-v3 files
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 4_metaprogramming / is_object / value.cc
index eafd726f6f83b4c932989c809681bc7e005dc449..5bc9268b1f39a2c8a2fe01168bed22462080fc58 100644 (file)
@@ -28,7 +28,7 @@ void test01()
   bool test __attribute__((unused)) = true;
   using std::tr1::is_object;
   using namespace __gnu_test;
-  
+
   VERIFY( (test_category<is_object, int (int)>(false)) );
   VERIFY( (test_category<is_object, ClassType (ClassType)>(false)) );
   VERIFY( (test_category<is_object, float (int, float, int[], int&)>(false)) );