Skip to content

Commit ddb8186

Browse files
perazzjvdp1
andauthored
Update src/stdlib_io.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent df3951d commit ddb8186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_io.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ contains
214214
!!
215215

216216
integer :: s, i, ios
217-
character(len=128) :: iomsg,msgout
217+
character(len=128) :: iomsg, msgout
218218
s = open(filename, "w")
219219
do i = 1, size(d, 1)
220220
#:if 'real' in t1

0 commit comments

Comments
 (0)