From 6a890c589fe0d0bd6821b58d9d0432bfc6ed4cb1 Mon Sep 17 00:00:00 2001 From: Gary Dismukes Date: Mon, 28 May 2018 08:53:42 +0000 Subject: [PATCH] [Ada] Minor reformatting 2018-05-28 Gary Dismukes gcc/ada/ * exp_ch3.adb: Minor reformatting From-SVN: r260823 --- gcc/ada/ChangeLog | 4 ++++ gcc/ada/exp_ch3.adb | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index a6edf80758d..5072b7eb547 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2018-05-28 Gary Dismukes + + * exp_ch3.adb: Minor reformatting + 2018-05-28 Justin Squirek * exp_ch3.adb diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index 689c67c2e7b..88abe91ec97 100644 --- a/gcc/ada/exp_ch3.adb +++ b/gcc/ada/exp_ch3.adb @@ -1565,7 +1565,7 @@ package body Exp_Ch3 is Append_To (Args, New_Occurrence_Of (Standard_True, Loc)); - -- Otherwise, we pass False to perform null excluding checks + -- Otherwise, we pass False to perform null-excluding checks else Append_To (Args, @@ -8666,10 +8666,10 @@ package body Exp_Ch3 is Parameter_Type => New_Occurrence_Of (Standard_String, Loc))); end if; - -- Due to certain edge cases such as arrays with null excluding + -- Due to certain edge cases such as arrays with null-excluding -- components being built with the secondary stack it becomes necessary -- to add a formal to the Init_Proc which controls whether we raise - -- constraint errors on generated calls for internal object + -- Constraint_Errors on generated calls for internal object -- declarations. if Needs_Conditional_Null_Excluding_Check (Typ) then -- 2.30.2