Skip to content

Commit ce81214

Browse files
awvwgkivan-pi
andauthored
Fix spacing
Co-authored-by: Ivan Pribec <[email protected]>
1 parent ee11604 commit ce81214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_ascii.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ contains
317317
n = abs(val)
318318
buffer = ""
319319

320-
pos = buffer_len+1
320+
pos = buffer_len + 1
321321
do while (n > 0_ik)
322322
pos = pos - 1
323323
buffer(pos:pos) = numbers(mod(n, 10_ik))

0 commit comments

Comments
 (0)