https://gcc.gnu.org/g:9c3b5ed02e8b0599f7566fa914f29a75aa438a7b
commit r15-4895-g9c3b5ed02e8b0599f7566fa914f29a75aa438a7b
Author: Piotr Trojanek <troja...@adacore.com>
Date:   Fri Sep 27 17:53:29 2024 +0200

    ada: Minor whitespace tuning
    
    Code cleanup.
    
    gcc/ada/ChangeLog:
    
            * exp_ch4.adb (Expand_N_Op_Multiply): Remove extra whitespace.

Diff:
---
 gcc/ada/exp_ch4.adb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb
index b2cc672579f0..3817997c836c 100644
--- a/gcc/ada/exp_ch4.adb
+++ b/gcc/ada/exp_ch4.adb
@@ -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);

Reply via email to