aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/errout.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2017-01-13 10:44:48 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2017-01-13 10:44:48 +0100
commit9574e75fb0e65d9948437fee16ba9942bc6bce06 (patch)
tree259b941723d56f57353748a193e2d8cbd10322af /gcc/ada/errout.adb
parentb0bf18adaa92fdedee13eb006bb6a5357a8ede72 (diff)
downloadgcc-9574e75fb0e65d9948437fee16ba9942bc6bce06.zip
gcc-9574e75fb0e65d9948437fee16ba9942bc6bce06.tar.gz
gcc-9574e75fb0e65d9948437fee16ba9942bc6bce06.tar.bz2
Minor reformatting.
From-SVN: r244397
Diffstat (limited to 'gcc/ada/errout.adb')
-rw-r--r--gcc/ada/errout.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/errout.adb b/gcc/ada/errout.adb
index 001072d..984090e 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;