]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/comparisons.cc
Remove trailing whitespace from libstdc++-v3 files
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 6_containers / tuple / comparison_operators / comparisons.cc
index 00de87d408d595348ad9feccc3e1f6dfa2b8cf86..bd9a74d3903f41bd92128cacad9231dd09f464d4 100644 (file)
@@ -45,6 +45,6 @@ main()
   VERIFY(!(a > a) && !(b > b));
   VERIFY(a >= a && b >= b);
   VERIFY(a < b && !(b < a) && a <= b && !(b <= a));
-  VERIFY(b > a && !(a > b) && b >= a && !(a >= b));  
+  VERIFY(b > a && !(a > b) && b >= a && !(a >= b));
 }