From: charlet Date: Mon, 26 Oct 2015 11:32:50 +0000 (+0000) Subject: Minor reformatting. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04b78eda2c85a9f3f2536f2567af1c87f2675589;p=thirdparty%2Fgcc.git Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229339 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/sem_attr.adb b/gcc/ada/sem_attr.adb index df4c5ceeda54..c7f1bf5ad1e1 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