From 64c7b29d8099e1f881dd281d33a845f7ddc58707 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 15 Feb 2012 17:30:02 +0000 Subject: [PATCH] Reindent. git-svn-id: https://svn.dealii.org/trunk@25085 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/parallel_vector.h | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/deal.II/include/deal.II/lac/parallel_vector.h b/deal.II/include/deal.II/lac/parallel_vector.h index 868280976d..26e408af51 100644 --- a/deal.II/include/deal.II/lac/parallel_vector.h +++ b/deal.II/include/deal.II/lac/parallel_vector.h @@ -868,8 +868,8 @@ namespace parallel * @p false, whereas the other * processors will return @p true. */ - bool - partitioners_are_compatible (const Utilities::MPI::Partitioner &part) const; + bool + partitioners_are_compatible (const Utilities::MPI::Partitioner &part) const; /** @@ -947,14 +947,14 @@ namespace parallel mutable std::vector update_ghost_values_requests; #endif - /** - * A lock that makes sure that - * the @p compress and @p - * update_ghost_values functions - * give reasonable results also - * when used with several - * threads. - */ + /** + * A lock that makes sure that + * the @p compress and @p + * update_ghost_values functions + * give reasonable results also + * when used with several + * threads. + */ mutable Threads::ThreadMutex mutex; /** -- 2.39.5