Skip to content

Commit 9db70ec

Browse files
awvwgkivan-pi
andcommitted
Fix spacing
Co-authored-by: Ivan Pribec <[email protected]>
1 parent aa89dac commit 9db70ec

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
@@ -347,7 +347,7 @@ contains
347347
n = abs(val)
348348
buffer = ""
349349

350-
pos = buffer_len+1
350+
pos = buffer_len + 1
351351
do while (n > 0_ik)
352352
pos = pos - 1
353353
buffer(pos:pos) = numbers(mod(n, 10_ik))

0 commit comments

Comments
 (0)