]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/binomial_distribution/requirements/typedefs.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 5_numerical_facilities / random / binomial_distribution / requirements / typedefs.cc
index 0d02412e2150a3706fdec3ebb079dd57f784f7e2..4307cc3a1f0192d4e43779e5a93e70783fc7f275 100644 (file)
@@ -2,7 +2,7 @@
 //
 // 2006-08-18  Paolo Carlini  <pcarlini@suse.de>
 //
-// Copyright (C) 2006-2015 Free Software Foundation, Inc.
+// Copyright (C) 2006-2024 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,8 +25,8 @@
 #include <tr1/random>
 
 void
-test01() 
-{ 
+test01()
+{
   using namespace std::tr1;
 
   typedef binomial_distribution<int, double> test_type;