From 02fe9b735b8411f9cfeb5db7ee69f6938655d2e0 Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Sat, 1 Jul 2023 12:54:50 -0400 Subject: [PATCH] Indent --- tests/serialization/particle_handler_04.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.5