From: Arnaud Charlet Date: Fri, 13 Jan 2017 09:44:48 +0000 (+0100) Subject: Minor reformatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9574e75fb0e65d9948437fee16ba9942bc6bce06;p=gcc.git Minor reformatting. From-SVN: r244397 --- diff --git a/gcc/ada/errout.adb b/gcc/ada/errout.adb index 001072d5b8f..984090e0d2c 100644 --- a/gcc/ada/errout.adb +++ b/gcc/ada/errout.adb @@ -250,8 +250,8 @@ package body Errout is -- suitable value for each phase of analysis separately. else - Record_Compilation_Errors := Record_Compilation_Errors or else - Erroutc.Compilation_Errors; + Record_Compilation_Errors := + Record_Compilation_Errors or else Erroutc.Compilation_Errors; return Record_Compilation_Errors; end if;