public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Marc Poulhi?s <dkm@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3784] ada: Fix inconsistent whitespace in Ada.Numerics.Generic_Complex_Arrays
Date: Tue,  8 Nov 2022 08:41:04 +0000 (GMT)	[thread overview]
Message-ID: <20221108084104.CA2603858D3C@sourceware.org> (raw)

https://gcc.gnu.org/g:7857d873293d2333e1cc8e67ff9bb963fc8b4d1f

commit r13-3784-g7857d873293d2333e1cc8e67ff9bb963fc8b4d1f
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Wed Sep 7 21:36:04 2022 +0200

    ada: Fix inconsistent whitespace in Ada.Numerics.Generic_Complex_Arrays
    
    Cleanup only.
    
    gcc/ada/
    
            * libgnat/a-ngcoar.ads, libgnat/a-ngcoar.adb: Remove extra spaces.

Diff:
---
 gcc/ada/libgnat/a-ngcoar.adb | 4 ++--
 gcc/ada/libgnat/a-ngcoar.ads | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/ada/libgnat/a-ngcoar.adb b/gcc/ada/libgnat/a-ngcoar.adb
index 8dfbc3b174a..1b9118cd3b2 100644
--- a/gcc/ada/libgnat/a-ngcoar.adb
+++ b/gcc/ada/libgnat/a-ngcoar.adb
@@ -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 --
diff --git a/gcc/ada/libgnat/a-ngcoar.ads b/gcc/ada/libgnat/a-ngcoar.ads
index 8f8f37a7906..05295caa655 100644
--- a/gcc/ada/libgnat/a-ngcoar.ads
+++ b/gcc/ada/libgnat/a-ngcoar.ads
@@ -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;

                 reply	other threads:[~2022-11-08  8:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221108084104.CA2603858D3C@sourceware.org \
    --to=dkm@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).