Skip to content

Commit fc04062

Browse files
committed
Fix formatting issue
1 parent 304d5e6 commit fc04062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/lpf/core.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,13 +984,13 @@ typedef struct lpf_machine {
984984
* byte. This value may depend on the actual number of processes \a p used,
985985
* the minimum message size \a min_msg_size the user aims to send and
986986
* receive, and the type of synchronisation requested via \a attr. The
987-
* value is bitwise equivalent across all processes.
987+
* value is bitwise equivalent across all processes.
988988
*
989989
* \param[in] p A value between 1 and #lpf_machine_t.p, where
990990
* both bounds are inclusive.
991991
* \param[in] min_msg_size A byte size value that is larger or equal to 0.
992992
* \param[in] attr A #lpf_sync_attr_t value. When in doubt, always
993-
* use #LPF_SYNC_DEFAULT
993+
* use #LPF_SYNC_DEFAULT.
994994
*
995995
* \returns The guaranteed value for the message gap given an LPF SPMD
996996
* section using \a p processes, for a superstep in which a user

0 commit comments

Comments
 (0)