]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Indent
authorBruno Blais <blais.bruno@gmail.com>
Sat, 1 Jul 2023 16:54:50 +0000 (12:54 -0400)
committerBruno Blais <blais.bruno@gmail.com>
Sat, 1 Jul 2023 16:54:50 +0000 (12:54 -0400)
tests/serialization/particle_handler_04.cc

index 359bb7c5f18e0794f684fbeeffeb812377b68b6f..33e6755044d4237f2271d45445c84c07cad84432 100644 (file)
@@ -107,11 +107,11 @@ test()
             << particle->get_surrounding_cell(tr) << std::endl;
 
   // verify correctness of the serialization. Note that the boost
-  // archive of the ParticleHandler has to be read before the triangulation (otherwise it
-  // does not know if something was stored in the user data of the
+  // archive of the ParticleHandler has to be read before the triangulation
+  // (otherwise it does not know if something was stored in the user data of the
   // triangulation).
   {
-    std::istringstream                 iss(oss.str());
+    std::istringstream            iss(oss.str());
     boost::archive::text_iarchive ia(iss, boost::archive::no_header);
 
     ia >> particle_handler;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.