]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/default.cc
Remove trailing whitespace from libstdc++-v3 files
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 5_numerical_facilities / random / mersenne_twister / cons / default.cc
index 3a305a09567a844611723b277146c3a514dbd19b..6164d9ebf4b667a8ba07be0180a584c1c1e2fd58 100644 (file)
@@ -24,7 +24,7 @@
 #include <testsuite_hooks.h>
 
 void
-test01() 
+test01()
 {
   bool test __attribute__((unused)) = true;
 
@@ -34,7 +34,7 @@ test01()
     0x9908b0dful, 11, 7,
     0x9d2c5680ul, 15,
     0xefc60000ul, 18> x;
-  
+
   VERIFY( x.min() == 0 );
   VERIFY( x.max() == 4294967295ul );
   VERIFY( x() == 3499211612ul );