From bed87f4f07d0a5d6cddb8121ad55fdd0356c6b76 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Mon, 26 Oct 2015 12:32:50 +0100 Subject: [PATCH] Minor reformatting. From-SVN: r229339 --- gcc/ada/sem_attr.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/ada/sem_attr.adb b/gcc/ada/sem_attr.adb index df4c5ceeda5..c7f1bf5ad1e 100644 --- a/gcc/ada/sem_attr.adb +++ b/gcc/ada/sem_attr.adb @@ -7303,7 +7303,7 @@ package body Sem_Attr is P_Entity := Etype (P); -- Otherwise the attribute must be expanded into a conversion - -- and evaluated at runtime. + -- and evaluated at run time. else Check_Expressions; @@ -8013,7 +8013,7 @@ package body Sem_Attr is Val : Node_Id; begin - -- The attribute appears in the form + -- The attribute appears in the form: -- Enum_Typ'Enum_Rep (Const) -- Enum_Typ'Enum_Rep (Enum_Lit) @@ -8021,7 +8021,7 @@ package body Sem_Attr is if Present (E1) then Val := E1; - -- Otherwise the prefix denotes a constant or enumeration literal + -- Otherwise the prefix denotes a constant or enumeration literal: -- Const'Enum_Rep -- Enum_Lit'Enum_Rep -- 2.30.2