]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Tweak formatting in Process_Subtype
authorRonan Desplanques <desplanques@adacore.com>
Mon, 17 Mar 2025 16:21:45 +0000 (17:21 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 10 Jun 2025 07:32:02 +0000 (09:32 +0200)
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.

gcc/ada/sem_ch3.adb

index ca500bc1e15257db33167381b34cff0931fc8237..fcf2baa9d3e083f48d979bea5dc9f3864cc5a6dc 100644 (file)
@@ -22855,8 +22855,8 @@ package body Sem_Ch3 is
          --  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