]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 7_regular_expressions / basic_regex / assign / char / string.cc
index d37e5e1ccd947d0df85631a832eb77cadbe54c70..013c194ca454c1e488011e5b8667312b2e254421 100644 (file)
@@ -2,7 +2,7 @@
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
-// Copyright (C) 2007-2015 Free Software Foundation, Inc.
+// Copyright (C) 2007-2020 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -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<char> test_type;
@@ -37,7 +37,7 @@ void test01()
 
 int
 main()
-{ 
+{
   test01();
   return 0;
 }