From: Arnaud Charlet Date: Thu, 27 Apr 2017 10:20:52 +0000 (+0200) Subject: Minor reformatting. X-Git-Tag: basepoints/gcc-9~7767 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c7d441e5016a2392539b3ce059bbec01fbab3a;p=thirdparty%2Fgcc.git Minor reformatting. From-SVN: r247314 --- diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb index 4da91dad397d..8c05d9956c4e 100644 --- a/gcc/ada/exp_util.adb +++ b/gcc/ada/exp_util.adb @@ -4745,8 +4745,8 @@ package body Exp_Util is Force_Evaluation (E); if Original_Node (E) /= E then - Set_Do_Range_Check (E, - Do_Range_Check (Original_Node (E))); + Set_Do_Range_Check + (E, Do_Range_Check (Original_Node (E))); end if; Next (E); diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index 2c2366d21920..b4eda29bcaec 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -9087,10 +9087,10 @@ package body Sem_Ch13 is if In_Instance then return; - -- The enclosing scope may have been rewritten during expansion (.e.g. - -- a task body is rewritten as a procedure) after this conformance check - -- has been performed, so do not perform it again (it may not easily - -- be done if full visibility of local entities is not available). + -- The enclosing scope may have been rewritten during expansion (.e.g. a + -- task body is rewritten as a procedure) after this conformance check + -- has been performed, so do not perform it again (it may not easily be + -- done if full visibility of local entities is not available). elsif not Comes_From_Source (Current_Scope) then return;