diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-05 13:12:33 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-05 13:12:33 +0000 |
commit | ccb072b172cc9d9f4161b52a9eed7bced1d28e63 (patch) | |
tree | 93d3c8f0f6da114d866a38616f4c7d16e8660d66 /gcc/ada/exp_ch6.adb | |
parent | 8a638592171205515edfbb0cccf6af2fe15965be (diff) | |
download | gcc-ccb072b172cc9d9f4161b52a9eed7bced1d28e63.tar.gz |
2011-09-05 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb, sem_res.adb, par.adb, par-ch6.adb, g-comlin.adb,
exp_ch6.adb, lib-xref-alfa.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178536 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch6.adb')
-rw-r--r-- | gcc/ada/exp_ch6.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch6.adb b/gcc/ada/exp_ch6.adb index fd794e4305a..75d06c5e43d 100644 --- a/gcc/ada/exp_ch6.adb +++ b/gcc/ada/exp_ch6.adb @@ -179,7 +179,7 @@ package body Exp_Ch6 is procedure Expand_Non_Function_Return (N : Node_Id); -- Called by Expand_N_Simple_Return_Statement in case we're returning from -- a procedure body, entry body, accept statement, or extended return - -- statement. Note that all non-function returns are simple return + -- statement. Note that all non-function returns are simple return -- statements. function Expand_Protected_Object_Reference @@ -564,7 +564,7 @@ package body Exp_Ch6 is -- The return type in the function declaration may have been a limited -- view, and the extra formals for the function were not generated at - -- that point. At the point of call the full view must be available and + -- that point. At the point of call the full view must be available and -- the extra formals can be created. if No (Extra_Formal) then |