Skip to content

Commit c12de97

Browse files
author
Alessandro Fanfarillo
committed
Minor change
1 parent be8d98f commit c12de97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mpi/mpi_caf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ void mutex_unlock(MPI_Win win, int image_index, int index, int *stat,
383383

384384
if(value == 0)
385385
goto stat_error;
386-
386+
387387
return;
388388

389389
stat_error:
@@ -1466,7 +1466,7 @@ PREFIX (send) (caf_token_t token, size_t offset, int image_index,
14661466
void
14671467
PREFIX (get) (caf_token_t token, size_t offset,
14681468
int image_index,
1469-
gfc_descriptor_t *src ,
1469+
gfc_descriptor_t *src,
14701470
caf_vector_t *src_vector __attribute__ ((unused)),
14711471
gfc_descriptor_t *dest, int src_kind, int dst_kind,
14721472
bool mrt)

0 commit comments

Comments
 (0)