1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-06-29 04:40:38 +00:00

Fix indentation in disabled precompiler blocks

This commit is contained in:
Fellippe Heitor 2022-02-24 22:57:33 -03:00
parent ab5b96cc7a
commit 2926fea0e9

View file

@ -2938,7 +2938,7 @@ DO
IF InValidLine(linenumber) THEN
layoutok = 1
layout$ = SPACE$(controllevel) + LTRIM$(RTRIM$(a3$))
layout$ = SPACE$(controllevel + 1) + LTRIM$(RTRIM$(a3$))
IF idemode GOTO ideret4 ELSE GOTO skipide4
END IF