sem_ch8.adb: Minor reformatting
2008-07-30 Robert Dewar <dewar@adacore.com> * sem_ch8.adb: Minor reformatting From-SVN: r138330
This commit is contained in:
parent
7813a51091
commit
a7a0d4dd08
1 changed files with 2 additions and 1 deletions
|
@ -1598,6 +1598,7 @@ package body Sem_Ch8 is
|
|||
& " dispatching operation", Nam);
|
||||
return;
|
||||
end case;
|
||||
|
||||
exception
|
||||
|
||||
-- If no operation was found, and the type is limited,
|
||||
|
@ -1610,7 +1611,7 @@ package body Sem_Ch8 is
|
|||
N, Prefix_Type);
|
||||
return;
|
||||
|
||||
-- Otherwise, compiler should have generated default.
|
||||
-- Otherwise, compiler should have generated default
|
||||
|
||||
else
|
||||
raise;
|
||||
|
|
Loading…
Add table
Reference in a new issue