This patch removes parentheses and vertical alignment that misleadingly
suggested the presence of function calls where there weren't any.
gcc/ada/ChangeLog:
* sem_ch3.adb (Process_Subtype): Tweak formatting.
-- Size, Alignment, Representation aspects and Convention are always
-- inherited from the base type.
- Set_Size_Info (Def_Id, (Subtype_Mark_Id));
- Set_Rep_Info (Def_Id, (Subtype_Mark_Id));
+ Set_Size_Info (Def_Id, Subtype_Mark_Id);
+ Set_Rep_Info (Def_Id, Subtype_Mark_Id);
Set_Convention (Def_Id, Convention (Subtype_Mark_Id));
-- The anonymous subtype created for the subtype indication