From 0f6cd27d29c92816f83104b6a04e04e640952929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20H=C3=BCbner?= Date: Fri, 25 Mar 2022 11:49:30 +0100 Subject: [PATCH] clang-format include/kamping/parameter_type_definitions.hpp --- include/kamping/parameter_type_definitions.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/kamping/parameter_type_definitions.hpp b/include/kamping/parameter_type_definitions.hpp index 8cfb081d8..ab3901eff 100644 --- a/include/kamping/parameter_type_definitions.hpp +++ b/include/kamping/parameter_type_definitions.hpp @@ -38,12 +38,12 @@ enum class ParameterType { ///< \c MPI. send_recv_buf, ///< Tag used to represent a send and receive buffer, i.e. a buffer containing the data elements to ///< be sent or received (depending on the process' rank) via \c MPI. - recv_counts, ///< Tag used to represent a receive counts buffer, i.e. a buffer containing the receive counts from - ///< the involved PEs. - recv_displs, ///< Tag used to represent a receive displacements buffer, i.e. a buffer containing the receive - ///< displacements from the involved PEs. - send_counts, ///< Tag used to represent a send counts buffer, i.e. a buffer containing the send counts from the - ///< involved PEs. + recv_counts, ///< Tag used to represent a receive counts buffer, i.e. a buffer containing the receive counts from + ///< the involved PEs. + recv_displs, ///< Tag used to represent a receive displacements buffer, i.e. a buffer containing the receive + ///< displacements from the involved PEs. + send_counts, ///< Tag used to represent a send counts buffer, i.e. a buffer containing the send counts from the + ///< involved PEs. send_displs, ///< Tag used to represent a send displacements buffer, i.e. a buffer containing the send displacements ///< from the involved PEs. sender, ///< Tag used to represent the sending PE in a \c MPI call.