]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Minor whitespace tuning
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 27 Sep 2024 15:53:29 +0000 (17:53 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 4 Nov 2024 15:57:55 +0000 (16:57 +0100)
Code cleanup.

gcc/ada/ChangeLog:

* exp_ch4.adb (Expand_N_Op_Multiply): Remove extra whitespace.

gcc/ada/exp_ch4.adb

index b2cc672579f0e05000e8edfb74b11e8ce2037ca7..3817997c836ce1134188a45b58dadf4134345401 100644 (file)
@@ -9271,9 +9271,9 @@ package body Exp_Ch4 is
       Rp2 : constant Boolean :=
               Nkind (Rop) = N_Op_Expon and then Is_Power_Of_2_For_Shift (Rop);
 
-      Ltyp : constant Entity_Id  := Etype (Lop);
-      Rtyp : constant Entity_Id  := Etype (Rop);
-      Typ  : Entity_Id           := Etype (N);
+      Ltyp : constant Entity_Id := Etype (Lop);
+      Rtyp : constant Entity_Id := Etype (Rop);
+      Typ  : Entity_Id          := Etype (N);
 
    begin
       Binary_Op_Validity_Checks (N);