summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2016-07-07 12:59:19 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2016-07-07 12:59:19 +0000
commit98ef74097dcf5c7b137378a94c64a7760d06ac3f (patch)
treeb48ed7a71bf540857ea87b7808d9769133b6541b
parent5842a2886551114b1e3207c717f3334293dfc2ab (diff)
downloadgcc-98ef74097dcf5c7b137378a94c64a7760d06ac3f.tar.gz
minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238107 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ada/exp_ch9.adb13
1 files changed, 7 insertions, 6 deletions
diff --git a/gcc/ada/exp_ch9.adb b/gcc/ada/exp_ch9.adb
index 9591e19f2d3..6c572cef3ea 100644
--- a/gcc/ada/exp_ch9.adb
+++ b/gcc/ada/exp_ch9.adb
@@ -6219,16 +6219,17 @@ package body Exp_Ch9 is
procedure Expand_Access_Protected_Subprogram_Type (N : Node_Id) is
Loc : constant Source_Ptr := Sloc (N);
- Comps : List_Id;
T : constant Entity_Id := Defining_Identifier (N);
D_T : constant Entity_Id := Designated_Type (T);
D_T2 : constant Entity_Id := Make_Temporary (Loc, 'D');
E_T : constant Entity_Id := Make_Temporary (Loc, 'E');
- P_List : constant List_Id := Build_Protected_Spec
- (N, RTE (RE_Address), D_T, False);
- Decl1 : Node_Id;
- Decl2 : Node_Id;
- Def1 : Node_Id;
+ P_List : constant List_Id :=
+ Build_Protected_Spec (N, RTE (RE_Address), D_T, False);
+
+ Comps : List_Id;
+ Decl1 : Node_Id;
+ Decl2 : Node_Id;
+ Def1 : Node_Id;
begin
-- Create access to subprogram with full signature