diff mbox series

[COMMITTED,15/30] ada: Fix style in list of implementation-defined attributes

Message ID 20240520074858.222435-15-poulhies@adacore.com
State New
Headers show
Series [COMMITTED,01/30] ada: Rework and augment documentation on strict aliasing | expand

Commit Message

Marc Poulhiès May 20, 2024, 7:48 a.m. UTC
From: Piotr Trojanek <trojanek@adacore.com>

Code cleanup.

gcc/ada/

	* sem_attr.ads (Attribute_Impl_Def): Fix style in comment.

Tested on x86_64-pc-linux-gnu, committed on master.

---
 gcc/ada/sem_attr.ads | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/gcc/ada/sem_attr.ads b/gcc/ada/sem_attr.ads
index 0e7d1693682..d18bd5b0667 100644
--- a/gcc/ada/sem_attr.ads
+++ b/gcc/ada/sem_attr.ads
@@ -288,6 +288,10 @@  package Sem_Attr is
       --  attribute is primarily intended for use in implementation of the
       --  standard input-output functions for fixed-point values.
 
+      --------------------
+      --  Invalid_Value --
+      --------------------
+
       Attribute_Invalid_Value => True,
       --  For every scalar type, S'Invalid_Value designates an undefined value
       --  of the type. If possible this value is an invalid value, and in fact
@@ -298,6 +302,10 @@  package Sem_Attr is
       --  coding standards in use), but logically no initialization is needed,
       --  and the value should never be accessed.
 
+      ----------------
+      -- Loop_Entry --
+      ----------------
+
       Attribute_Loop_Entry => True,
       --  For every object of a non-limited type, S'Loop_Entry [(Loop_Name)]
       --  denotes the constant value of prefix S at the point of entry into the