]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/6_containers/array/capacity/size.cc
Remove trailing whitespace from libstdc++-v3 files
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 6_containers / array / capacity / size.cc
index a429bc4bf38185cde506559499d194cde1fb49eb..adbbeb24e21c78d52841b54a013143511ad5b323 100644 (file)
@@ -23,8 +23,8 @@
 #include <testsuite_hooks.h>
 
 void
-test01() 
-{ 
+test01()
+{
   {
     const size_t len = 5;
     typedef std::tr1::array<int, len> array_type;