public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/autopar_devel] [Ada] Minor remove extra whitespace in check suppression functions
@ 2020-08-22 22:52 Giuliano Belinassi
  0 siblings, 0 replies; only message in thread
From: Giuliano Belinassi @ 2020-08-22 22:52 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c4433354f9d80560d00e27a9fe035c45378b5fb5

commit c4433354f9d80560d00e27a9fe035c45378b5fb5
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Wed Apr 29 18:52:22 2020 +0200

    [Ada] Minor remove extra whitespace in check suppression functions
    
    2020-06-19  Piotr Trojanek  <trojanek@adacore.com>
    
    gcc/ada/
    
            * checks.ads: Remove excessive whitespace in declarations of
            functions for check suppression.

Diff:
---
 gcc/ada/checks.ads | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/gcc/ada/checks.ads b/gcc/ada/checks.ads
index 46fdda86c00..c39dc29b2ef 100644
--- a/gcc/ada/checks.ads
+++ b/gcc/ada/checks.ads
@@ -48,23 +48,23 @@ package Checks is
    --  Called for each new main source program, to initialize internal
    --  variables used in the package body of the Checks unit.
 
-   function Access_Checks_Suppressed          (E : Entity_Id) return Boolean;
-   function Accessibility_Checks_Suppressed   (E : Entity_Id) return Boolean;
-   function Alignment_Checks_Suppressed       (E : Entity_Id) return Boolean;
-   function Allocation_Checks_Suppressed      (E : Entity_Id) return Boolean;
-   function Atomic_Synchronization_Disabled   (E : Entity_Id) return Boolean;
-   function Discriminant_Checks_Suppressed    (E : Entity_Id) return Boolean;
-   function Division_Checks_Suppressed        (E : Entity_Id) return Boolean;
-   function Duplicated_Tag_Checks_Suppressed  (E : Entity_Id) return Boolean;
-   function Elaboration_Checks_Suppressed     (E : Entity_Id) return Boolean;
-   function Index_Checks_Suppressed           (E : Entity_Id) return Boolean;
-   function Length_Checks_Suppressed          (E : Entity_Id) return Boolean;
-   function Overflow_Checks_Suppressed        (E : Entity_Id) return Boolean;
-   function Predicate_Checks_Suppressed       (E : Entity_Id) return Boolean;
-   function Range_Checks_Suppressed           (E : Entity_Id) return Boolean;
-   function Storage_Checks_Suppressed         (E : Entity_Id) return Boolean;
-   function Tag_Checks_Suppressed             (E : Entity_Id) return Boolean;
-   function Validity_Checks_Suppressed        (E : Entity_Id) return Boolean;
+   function Access_Checks_Suppressed         (E : Entity_Id) return Boolean;
+   function Accessibility_Checks_Suppressed  (E : Entity_Id) return Boolean;
+   function Alignment_Checks_Suppressed      (E : Entity_Id) return Boolean;
+   function Allocation_Checks_Suppressed     (E : Entity_Id) return Boolean;
+   function Atomic_Synchronization_Disabled  (E : Entity_Id) return Boolean;
+   function Discriminant_Checks_Suppressed   (E : Entity_Id) return Boolean;
+   function Division_Checks_Suppressed       (E : Entity_Id) return Boolean;
+   function Duplicated_Tag_Checks_Suppressed (E : Entity_Id) return Boolean;
+   function Elaboration_Checks_Suppressed    (E : Entity_Id) return Boolean;
+   function Index_Checks_Suppressed          (E : Entity_Id) return Boolean;
+   function Length_Checks_Suppressed         (E : Entity_Id) return Boolean;
+   function Overflow_Checks_Suppressed       (E : Entity_Id) return Boolean;
+   function Predicate_Checks_Suppressed      (E : Entity_Id) return Boolean;
+   function Range_Checks_Suppressed          (E : Entity_Id) return Boolean;
+   function Storage_Checks_Suppressed        (E : Entity_Id) return Boolean;
+   function Tag_Checks_Suppressed            (E : Entity_Id) return Boolean;
+   function Validity_Checks_Suppressed       (E : Entity_Id) return Boolean;
    --  These functions check to see if the named check is suppressed, either
    --  by an active scope suppress setting, or because the check has been
    --  specifically suppressed for the given entity. If no entity is relevant


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-22 22:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 22:52 [gcc/devel/autopar_devel] [Ada] Minor remove extra whitespace in check suppression functions Giuliano Belinassi

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).