aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_disp.adb
diff options
context:
space:
mode:
authorHristian Kirtchev <kirtchev@adacore.com>2019-07-04 08:07:14 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2019-07-04 08:07:14 +0000
commiteedc5882dd635ce9cfaa650c790081b5130749af (patch)
tree378e65c731cdde63ee335b0833e2d11500e0e943 /gcc/ada/sem_disp.adb
parent38818659c388491abe7ab11f8757c1ad2acd1506 (diff)
downloadgcc-eedc5882dd635ce9cfaa650c790081b5130749af.zip
gcc-eedc5882dd635ce9cfaa650c790081b5130749af.tar.gz
gcc-eedc5882dd635ce9cfaa650c790081b5130749af.tar.bz2
[Ada] Minor reformatting
2019-07-04 Hristian Kirtchev <kirtchev@adacore.com> gcc/ada/ * exp_ch3.adb, exp_ch4.adb, exp_ch4.ads, exp_ch5.adb, exp_ch7.adb, exp_ch9.adb, exp_ch11.adb, exp_unst.adb, rtsfind.ads, sem_attr.adb, sem_ch10.adb, sem_ch12.adb, sem_ch13.adb, sem_dim.adb, sem_disp.adb, xref_lib.adb: Minor reformatting. From-SVN: r273070
Diffstat (limited to 'gcc/ada/sem_disp.adb')
-rw-r--r--gcc/ada/sem_disp.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/sem_disp.adb b/gcc/ada/sem_disp.adb
index 92486cd..475092b 100644
--- a/gcc/ada/sem_disp.adb
+++ b/gcc/ada/sem_disp.adb
@@ -210,6 +210,7 @@ package body Sem_Disp is
Ctrl_Type := Check_Controlling_Type (Etype (Formal), Subp);
if Present (Ctrl_Type) then
+
-- Obtain the full type in case we are looking at an incomplete
-- view.