From 015f33d73ec6634c9b96637fff73c49ac5f0ba9f Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Mon, 4 Jul 2016 12:06:17 +0200 Subject: Minor reformatting. From-SVN: r237962 --- gcc/ada/sem_prag.ads | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'gcc/ada/sem_prag.ads') diff --git a/gcc/ada/sem_prag.ads b/gcc/ada/sem_prag.ads index 8613bba..db7bcbb 100644 --- a/gcc/ada/sem_prag.ads +++ b/gcc/ada/sem_prag.ads @@ -531,12 +531,10 @@ package Sem_Prag is procedure Update_Primitives_Mapping (Inher_Id : Entity_Id; Subp_Id : Entity_Id); - - -- map primitive operations of the parent type to the corresponding - -- operations of the descendant. note that the descendant type may - -- not be frozen yet, so we cannot use the dispatch table directly. - -- This is called when elaborating a contract for a subprogram, and - -- when freezing a type extension to verify legality rules on inherited - -- conditions. + -- Map primitive operations of the parent type to the corresponding + -- operations of the descendant. Note that the descendant type may not be + -- frozen yet, so we cannot use the dispatch table directly. This is called + -- when elaborating a contract for a subprogram, and when freezing a type + -- extension to verify legality rules on inherited conditions. end Sem_Prag; -- cgit v1.1