Skip to content

Commit 071c064

Browse files
committed
Merge branch 'fix_loadtxt' of github.com:perazz/stdlib into fix_loadtxt
2 parents 6439a2c + 15de15d commit 071c064

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
@@ -120,7 +120,7 @@ contains
120120
!!
121121
integer :: s
122122
integer :: nrow, ncol, i, ios, skiprows_, max_rows_
123-
character(len=128) :: iomsg,msgout
123+
character(len=128) :: iomsg, msgout
124124

125125
skiprows_ = max(optval(skiprows, 0), 0)
126126
max_rows_ = optval(max_rows, -1)

0 commit comments

Comments
 (0)