diff options
author | Hristian Kirtchev <kirtchev@adacore.com> | 2019-07-01 13:34:49 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-07-01 13:34:49 +0000 |
commit | 68f27c97bff2d21c107ca90e1b597fed45b52ba5 (patch) | |
tree | 502dec3b91fe96d3e4ab7d00ef2f01b19f0f4de6 /gcc/ada/sem_util.adb | |
parent | 54948285e6267a68d5f08f1d1c09e677abcbb34f (diff) | |
download | gcc-68f27c97bff2d21c107ca90e1b597fed45b52ba5.zip gcc-68f27c97bff2d21c107ca90e1b597fed45b52ba5.tar.gz gcc-68f27c97bff2d21c107ca90e1b597fed45b52ba5.tar.bz2 |
[Ada] Minor reformatting
2019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
gcc/ada/
* exp_attr.adb, exp_ch7.adb, exp_unst.adb, sem_ch3.adb,
sem_util.adb, uintp.adb, uintp.ads: Minor reformatting.
From-SVN: r272859
Diffstat (limited to 'gcc/ada/sem_util.adb')
-rw-r--r-- | gcc/ada/sem_util.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sem_util.adb b/gcc/ada/sem_util.adb index 16c6711..13a06cc 100644 --- a/gcc/ada/sem_util.adb +++ b/gcc/ada/sem_util.adb @@ -9201,12 +9201,12 @@ package body Sem_Util is Next_Entity (Func); end loop; - -- If not found, no way to resolve remaining primitives. + -- If not found, no way to resolve remaining primitives if Cursor = Any_Type then Error_Msg_N - ("primitive operation for Iterable type must appear " - & "in the same list of declarations as the type", Aspect); + ("primitive operation for Iterable type must appear in the same " + & "list of declarations as the type", Aspect); end if; return Cursor; |