]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring_op.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 7_regular_expressions / basic_regex / assign / wchar_t / cstring_op.cc
index c798e377cebf2ca0ffa82ea7bcd54d2fa7191776..6f8e80e67f18a6a0982f78b70ecfdbbafd7494b8 100644 (file)
@@ -2,7 +2,7 @@
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
-// Copyright (C) 2007-2014 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
@@ -24,7 +24,7 @@
 #include <tr1/regex>
 #include <testsuite_hooks.h>
 
-// Tests basic_regex assign operator from a C-style null-terminated-string.  
+// Tests basic_regex assign operator from a C-style null-terminated-string.
 void test01()
 {
   typedef std::tr1::basic_regex<wchar_t> test_type;
@@ -36,7 +36,7 @@ void test01()
 
 int
 main()
-{ 
+{
   test01();
   return 0;
 }