From: Arnaud Charlet Date: Tue, 25 Apr 2017 12:33:34 +0000 (+0200) Subject: Minor reformatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=245fee17cb416f3b5e09743a2dbee768ec8c8b16;p=gcc.git Minor reformatting. From-SVN: r247210 --- diff --git a/gcc/ada/sem_disp.adb b/gcc/ada/sem_disp.adb index b0a8c6a6188..0dff74fcb37 100644 --- a/gcc/ada/sem_disp.adb +++ b/gcc/ada/sem_disp.adb @@ -561,7 +561,7 @@ package body Sem_Disp is and then not Is_Abstract_Subprogram (Alias (Subp)) and then No (DTC_Entity (Subp)) and then Find_Dispatching_Type (Subp) = - Find_Dispatching_Type (Alias (Subp)) + Find_Dispatching_Type (Alias (Subp)) then -- Private overriding of inherited abstract operation, call is -- legal.