* fixed very oldish case indention style

git-svn-id: trunk@15643 -
This commit is contained in:
florian 2010-07-26 20:13:53 +00:00
parent 0e074dc9f5
commit b4764ca98a
2 changed files with 206 additions and 202 deletions

View File

@ -764,7 +764,8 @@ program h2pas;
exit;
end;
case p^.typ of
t_pointerdef : begin
t_pointerdef :
begin
(* procedure variable ? *)
if assigned(p^.p1) and (p^.p1^.typ=t_procdef) then
begin
@ -835,7 +836,8 @@ program h2pas;
end;
end;
end;
t_arraydef : begin
t_arraydef :
begin
constant:=false;
if assigned(p^.p2) then
begin

View File

@ -760,7 +760,8 @@ program h2pas;
exit;
end;
case p^.typ of
t_pointerdef : begin
t_pointerdef :
begin
(* procedure variable ? *)
if assigned(p^.p1) and (p^.p1^.typ=t_procdef) then
begin
@ -831,7 +832,8 @@ program h2pas;
end;
end;
end;
t_arraydef : begin
t_arraydef :
begin
constant:=false;
if assigned(p^.p2) then
begin