ada: Fix inconsistent whitespace in Ada.Numerics.Generic_Complex_Arrays
authorPiotr Trojanek <trojanek@adacore.com>
Wed, 7 Sep 2022 19:36:04 +0000 (21:36 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 8 Nov 2022 08:34:59 +0000 (09:34 +0100)
Cleanup only.

gcc/ada/

* libgnat/a-ngcoar.ads, libgnat/a-ngcoar.adb: Remove extra spaces.

gcc/ada/libgnat/a-ngcoar.adb
gcc/ada/libgnat/a-ngcoar.ads

index 8dfbc3b..1b9118c 100644 (file)
@@ -902,7 +902,7 @@ package body Ada.Numerics.Generic_Complex_Arrays is
    function "-"
      (Left  : Real_Vector;
       Right : Complex_Vector) return Complex_Vector
-      renames Instantiations."-";
+     renames Instantiations."-";
 
    function "-"
      (Left  : Complex_Vector;
@@ -956,7 +956,7 @@ package body Ada.Numerics.Generic_Complex_Arrays is
    -----------
 
    function "abs" (Right : Complex_Vector) return Real'Base
-      renames Instantiations."abs";
+     renames Instantiations."abs";
 
    --------------
    -- Argument --
index 8f8f37a..05295ca 100644 (file)
@@ -135,7 +135,7 @@ package Ada.Numerics.Generic_Complex_Arrays is
    function Compose_From_Cartesian (Re : Real_Matrix) return Complex_Matrix;
 
    function Compose_From_Cartesian
-     (Re, Im : Real_Matrix) return  Complex_Matrix;
+     (Re, Im : Real_Matrix) return Complex_Matrix;
 
    function Modulus (X : Complex_Matrix) return Real_Matrix;
    function "abs" (Right : Complex_Matrix) return Real_Matrix renames Modulus;
@@ -229,7 +229,7 @@ package Ada.Numerics.Generic_Complex_Arrays is
 
    function "*"
      (Left  : Complex;
-      Right : Complex_Matrix) return  Complex_Matrix;
+      Right : Complex_Matrix) return Complex_Matrix;
 
    function "*"
      (Left  : Complex_Matrix;