summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch5.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_ch5.adb')
-rw-r--r--gcc/ada/sem_ch5.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch5.adb b/gcc/ada/sem_ch5.adb
index b9c03c02932..8936daa531f 100644
--- a/gcc/ada/sem_ch5.adb
+++ b/gcc/ada/sem_ch5.adb
@@ -2098,8 +2098,9 @@ package body Sem_Ch5 is
-- elements of a container using the OF syntax.
if Is_In_ALFA (Etype (Id))
- and then (No (Iterator_Specification (N))
- or else not Of_Present (Iterator_Specification (N)))
+ and then
+ (No (Iterator_Specification (N))
+ or else not Of_Present (Iterator_Specification (N)))
then
Set_Is_In_ALFA (Id);
end if;