Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 25 Apr 2017 12:33:34 +0000 (14:33 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 25 Apr 2017 12:33:34 +0000 (14:33 +0200)
From-SVN: r247210

gcc/ada/sem_disp.adb

index b0a8c6a61883d65bd7b66bc5d07a558fca593431..0dff74fcb37bae0505e17902ce3699e11d97c18d 100644 (file)
@@ -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.