Skip to content

Commit 7783e2f

Browse files
rem1776rem1776
authored andcommitted
whitespace
1 parent 5760e80 commit 7783e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fms2_io/netcdf_io.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ module netcdf_io_mod
142142

143143
!> @brief Type to represent a netCDF file. Can be used with multiple cores
144144
!! but only the root pe will perform any I/O operations, before sending the
145-
!! data to the other pes.
145+
!! data to the other pes.
146146
!> @ingroup netcdf_io_mod
147147
type, public :: FmsNetcdfFile_t
148148
character(len=FMS_PATH_LEN) :: path !< File path.

0 commit comments

Comments
 (0)