Minor reformatting.

From-SVN: r244397
This commit is contained in:
Arnaud Charlet 2017-01-13 10:44:48 +01:00
parent b0bf18adaa
commit 9574e75fb0

View File

@ -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;