style, prefer always semicolon on last statement of the block

This commit is contained in:
Basile Burg 2018-07-03 10:53:29 +02:00
parent 38e4e41abb
commit 3059dc36e7
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ begin
else else
begin begin
pName := ''; pName := '';
pVersion := '' pVersion := '';
end; end;
frm.Free; frm.Free;
end; end;