summaryrefslogtreecommitdiff
path: root/gcc/ada/layout.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/layout.adb')
-rw-r--r--gcc/ada/layout.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/layout.adb b/gcc/ada/layout.adb
index 0c7a7777868..ecdbbacd0db 100644
--- a/gcc/ada/layout.adb
+++ b/gcc/ada/layout.adb
@@ -3412,7 +3412,7 @@ package body Layout is
-- type is the partial or full view, so that types will always
-- match on calls from one size function to another.
- if Has_Private_Declaration (Vtype) then
+ if Has_Private_Declaration (Vtype) then
Vtype_Primary_View := Etype (Vtype);
else
Vtype_Primary_View := Vtype;