From 9574e75fb0e65d9948437fee16ba9942bc6bce06 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 13 Jan 2017 10:44:48 +0100 Subject: [PATCH] Minor reformatting. From-SVN: r244397 --- gcc/ada/errout.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2