Merge pull request #402 from dbrotz/fix-386

Fix nested if statements that don't have following whitespace
This commit is contained in:
Eldred Habert
2019-08-29 22:06:10 +02:00
committed by GitHub
4 changed files with 26 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
if 0
if(1)
endc
if 1
endc
if{x}
endc
endc
if 1
else
if(1)
endc
if 1
endc
if{x}
endc
endc
View File
View File