From: Piotr Trojanek <[email protected]>
Code cleanup.
gcc/ada/ChangeLog:
* exp_ch4.adb (Expand_N_Op_Multiply): Remove extra whitespace.
Tested on x86_64-pc-linux-gnu, committed on master.
---
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 b2cc672579f..3817997c836 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.43.0