]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/6_containers/utility/19535.cc
Remove trailing whitespace from libstdc++-v3 files
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 6_containers / utility / 19535.cc
index 5010c8a580e0a250dfdc3af1fe9cf4f375c54658..544f185898d1511789c784a45aa7372bce480a81 100644 (file)
@@ -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);
 }