Skip to content

Commit

Permalink
fix white space
Browse files Browse the repository at this point in the history
  • Loading branch information
AcondistecLAB committed Sep 26, 2023
1 parent 84d4452 commit ed163fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/mpi/romio/adio/ad_oceanfs/ad_oceanfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "adioi.h"

struct ADIOI_Fns_struct ADIO_OCEANFS_operations = {
ADIOI_OCEANFS_Open, /* Open */
ADIOI_OCEANFS_Open, /* Open */
ADIOI_GEN_OpenColl, /* OpenColl */
ADIOI_GEN_ReadContig, /* ReadContig */
ADIOI_GEN_WriteContig, /* WriteContig */
Expand Down
3 changes: 1 addition & 2 deletions src/mpi/romio/adio/ad_oceanfs/ad_oceanfs_open.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void ADIOI_OCEANFS_Open(ADIO_File fd, int *error_code)
static char myname[] = "ADIOI_OCEANFS_OPEN";
int perm, amode, ret, rank;
*error_code = MPI_SUCCESS;

/* setup file permissions */
perm = ADIOI_OCEANFS_SetupFilePerm(fd);
amode = ADIOI_OCEANFS_GetMode(fd);
Expand Down Expand Up @@ -148,4 +148,3 @@ void ADIOI_OCEANFS_Open(ADIO_File fd, int *error_code)
fd->fp_sys_posn = ret;
}
}

0 comments on commit ed163fa

Please sign in to comment.