codetools: indentation

git-svn-id: trunk@45656 -
This commit is contained in:
mattias 2014-06-25 07:40:29 +00:00
parent fec583ff88
commit deded5a183

View File

@ -42,6 +42,8 @@ begin
if a=2 then
;
until b=3;
while a=3 do
Code;
try
Code;
finally