From 9c3b5ed02e8b0599f7566fa914f29a75aa438a7b Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Fri, 27 Sep 2024 17:53:29 +0200 Subject: [PATCH] ada: Minor whitespace tuning Code cleanup. gcc/ada/ChangeLog: * exp_ch4.adb (Expand_N_Op_Multiply): Remove extra whitespace. --- 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); -- 2.47.2