Skip to content

Commit 29be950

Browse files
authored
Merge pull request #15 from mpiwg-abi/eschnett-patch-1
mpi.h: Remove trailing space
2 parents 2a22d5e + ac4e21f commit 29be950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ enum {
318318
// Environmental inquiry keys and Predefined Attribute Keys
319319
// Threads Constants
320320
// These values are monotonic; i.e., SINGLE < FUNNELED < SERIALIZED < MULTIPLE.
321-
MPI_THREAD_SINGLE = 0,
321+
MPI_THREAD_SINGLE = 0,
322322
MPI_THREAD_FUNNELED = 1,
323323
MPI_THREAD_SERIALIZED = 2,
324324
MPI_THREAD_MULTIPLE = 7, // in case we need other threading levels below MULTIPLE

0 commit comments

Comments
 (0)