mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:09:18 +02:00
* fixed very oldish case indention style
git-svn-id: trunk@15643 -
This commit is contained in:
parent
0e074dc9f5
commit
b4764ca98a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user