From 737bbac9ecb1a4b784be3209685470d7e1293406 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 31 Oct 2017 15:13:52 +0100 Subject: [PATCH] [SMPI] Fixed style --- include/smpi/smpi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/smpi/smpi.h b/include/smpi/smpi.h index 9a785db023..5005406b0c 100644 --- a/include/smpi/smpi.h +++ b/include/smpi/smpi.h @@ -362,13 +362,13 @@ typedef SMPI_Group* MPI_Group; XBT_PUBLIC_DATA( MPI_Group ) MPI_GROUP_EMPTY; -typedef SMPI_Comm *MPI_Comm; +typedef SMPI_Comm* MPI_Comm; #define MPI_COMM_NULL ((MPI_Comm)NULL) XBT_PUBLIC_DATA( MPI_Comm ) MPI_COMM_WORLD; #define MPI_COMM_SELF smpi_process_comm_self() -typedef SMPI_Request *MPI_Request; +typedef SMPI_Request* MPI_Request; #define MPIO_Request MPI_Request #define MPI_REQUEST_NULL ((MPI_Request)NULL) -- 2.20.1