From: Daniel Arndt Date: Thu, 14 Jan 2021 21:46:27 +0000 (-0500) Subject: Fix indentation X-Git-Tag: v9.3.0-rc1~449^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=049864b216df83e62f9e1977c496dbd2fb064aa7;p=dealii.git Fix indentation --- diff --git a/include/deal.II/base/mpi.h b/include/deal.II/base/mpi.h index 00df4cbebf..aa3f5eebf9 100644 --- a/include/deal.II/base/mpi.h +++ b/include/deal.II/base/mpi.h @@ -447,8 +447,8 @@ namespace Utilities /** * Given the number of locally owned elements @p locally_owned_size, * create a 1:1 partitioning of the of elements across the MPI - * communicator @p comm. The total size of elements is the sum of @p - * locally_owned_size across the MPI communicator. Each process will + * communicator @p comm. The total size of elements is the sum of + * @p locally_owned_size across the MPI communicator. Each process will * store contiguous subset of indices, and the index set on process p+1 * starts at the index one larger than the last one stored on process p. */