Skip to content

Commit ac4e21f

Browse files
authored
mpi.h: Remove trailing space
1 parent 2a22d5e commit ac4e21f

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)