aboutsummaryrefslogtreecommitdiffstats
path: root/sem_decls.adb
diff options
context:
space:
mode:
Diffstat (limited to 'sem_decls.adb')
-rw-r--r--sem_decls.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sem_decls.adb b/sem_decls.adb
index 6b299f59a..da485f8da 100644
--- a/sem_decls.adb
+++ b/sem_decls.adb
@@ -1987,8 +1987,8 @@ package body Sem_Decls is
/= Eval_Discrete_Type_Length
(Get_Nth_Element (Get_Index_Subtype_List (Name_Type), 0))
then
- Error_Msg_Sem ("number of elements not matching in type and name",
- Alias);
+ Error_Msg_Sem
+ ("number of elements not matching in type and name", Alias);
end if;
end if;