]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string.cc
Remove trailing whitespace from libstdc++-v3 files
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 7_regular_expressions / basic_regex / assign / wchar_t / string.cc
index dbd4350f65d5bedb6c790909693f8cb9c15845bf..938b2e382bc8cab8c49c6c37abffcbfbf693ec47 100644 (file)
@@ -25,7 +25,7 @@
 #include <tr1/regex>
 #include <testsuite_hooks.h>
 
-// Tests C++ string assignment of the basic_regex class.  
+// Tests C++ string assignment of the basic_regex class.
 void test01()
 {
   typedef std::tr1::basic_regex<wchar_t> test_type;
@@ -37,7 +37,7 @@ void test01()
 
 int
 main()
-{ 
+{
   test01();
   return 0;
 }