From: Bruno Blais Date: Sat, 1 Jul 2023 16:54:50 +0000 (-0400) Subject: Indent X-Git-Tag: relicensing~802^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02fe9b735b8411f9cfeb5db7ee69f6938655d2e0;p=dealii.git Indent --- diff --git a/tests/serialization/particle_handler_04.cc b/tests/serialization/particle_handler_04.cc index 359bb7c5f1..33e6755044 100644 --- a/tests/serialization/particle_handler_04.cc +++ b/tests/serialization/particle_handler_04.cc @@ -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;