]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdint/types_std_tr1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 8_c_compatibility / cstdint / types_std_tr1.cc
index e12afe0f2126f10bcc0c25d3ad87efcb5579cc90..721debe3147b31c6781e6858c8f29dfcc2869264 100644 (file)
@@ -3,7 +3,7 @@
 
 // 2006-01-29  Paolo Carlini  <pcarlini@suse.de>
 //
-// Copyright (C) 2006-2013 Free Software Foundation, Inc.
+// Copyright (C) 2006-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
@@ -33,7 +33,7 @@ void test01()
   typedef std::tr1::int_fast8_t     my_int_fast8_t;
   typedef std::tr1::int_fast16_t    my_int_fast16_t;
   typedef std::tr1::int_fast32_t    my_int_fast32_t;
-  typedef std::tr1::int_fast64_t    my_int_fast64_t;   
+  typedef std::tr1::int_fast64_t    my_int_fast64_t;
   typedef std::tr1::int_least8_t    my_int_least8_t;
   typedef std::tr1::int_least16_t   my_int_least16_t;
   typedef std::tr1::int_least32_t   my_int_least32_t;
@@ -47,7 +47,7 @@ void test01()
   typedef std::tr1::uint_fast8_t    my_uint_fast8_t;
   typedef std::tr1::uint_fast16_t   my_uint_fast16_t;
   typedef std::tr1::uint_fast32_t   my_uint_fast32_t;
-  typedef std::tr1::uint_fast64_t   my_uint_fast64_t;  
+  typedef std::tr1::uint_fast64_t   my_uint_fast64_t;
   typedef std::tr1::uint_least8_t   my_uint_least8_t;
   typedef std::tr1::uint_least16_t  my_uint_least16_t;
   typedef std::tr1::uint_least32_t  my_uint_least32_t;