aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_disp.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2017-04-25 14:33:34 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2017-04-25 14:33:34 +0200
commit245fee17cb416f3b5e09743a2dbee768ec8c8b16 (patch)
treec1482ec672332468efed0fbef246e2a4f395c9be /gcc/ada/sem_disp.adb
parent3e3bc136d4c43f8741ece96b7ab992ef08b574f0 (diff)
downloadgcc-245fee17cb416f3b5e09743a2dbee768ec8c8b16.zip
gcc-245fee17cb416f3b5e09743a2dbee768ec8c8b16.tar.gz
gcc-245fee17cb416f3b5e09743a2dbee768ec8c8b16.tar.bz2
Minor reformatting.
From-SVN: r247210
Diffstat (limited to 'gcc/ada/sem_disp.adb')
-rw-r--r--gcc/ada/sem_disp.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_disp.adb b/gcc/ada/sem_disp.adb
index b0a8c6a..0dff74f 100644
--- a/gcc/ada/sem_disp.adb
+++ b/gcc/ada/sem_disp.adb
@@ -561,7 +561,7 @@ package body Sem_Disp is
and then not Is_Abstract_Subprogram (Alias (Subp))
and then No (DTC_Entity (Subp))
and then Find_Dispatching_Type (Subp) =
- Find_Dispatching_Type (Alias (Subp))
+ Find_Dispatching_Type (Alias (Subp))
then
-- Private overriding of inherited abstract operation, call is
-- legal.