]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_function_pointer/value.cc
Remove trailing whitespace from libstdc++-v3 files
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 4_metaprogramming / is_member_function_pointer / value.cc
index 2c52dec409aa09c7de8a4b422360dc99b15b9def..f2cb94331dd00af2e7cf010f591b13469e00fc55 100644 (file)
@@ -48,7 +48,7 @@ void test01()
           const int (ClassType::*)>(false)) );
   VERIFY( (test_category<is_member_function_pointer,
           ClassType (ClassType::*)>(false)) );
-  
+
   // Sanity check.
   VERIFY( (test_category<is_member_function_pointer, ClassType>(false)) );
 }