]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/6_containers/utility/19535.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 6_containers / utility / 19535.cc
index 319e7c8c8ac08ed39983699c90844b85626baf1f..6f5b648650f528b2e144d67a15be2004386185e2 100644 (file)
@@ -1,6 +1,6 @@
 // 2005-01-19  Petur Runolfsson  <peturr02@ru.is>
 
-// Copyright (C) 2005-2014 Free Software Foundation, Inc.
+// Copyright (C) 2005-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
@@ -29,7 +29,7 @@ void test01()
 {
   std::pair<A, B> p;
   std::tr1::get<1>(p);
-  
+
   const std::pair<B, A> q;
   std::tr1::get<1>(q);
 }