aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch11.adb
diff options
context:
space:
mode:
authorThomas Quinot <quinot@adacore.com>2008-08-06 11:35:27 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-06 11:35:27 +0200
commit49f7fe608b9df9033b0c4978074d3df380a0a178 (patch)
tree928f6582a46f89ad717e0628140088c9d185ea00 /gcc/ada/exp_ch11.adb
parent49d8b8028170af3242cb705fe2fabf46697843c1 (diff)
downloadgcc-49f7fe608b9df9033b0c4978074d3df380a0a178.zip
gcc-49f7fe608b9df9033b0c4978074d3df380a0a178.tar.gz
gcc-49f7fe608b9df9033b0c4978074d3df380a0a178.tar.bz2
exp_ch11.adb: Minor reformatting
2008-08-06 Thomas Quinot <quinot@adacore.com> * exp_ch11.adb: Minor reformatting From-SVN: r138785
Diffstat (limited to 'gcc/ada/exp_ch11.adb')
-rw-r--r--gcc/ada/exp_ch11.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch11.adb b/gcc/ada/exp_ch11.adb
index 2cfde4d..a8219fe 100644
--- a/gcc/ada/exp_ch11.adb
+++ b/gcc/ada/exp_ch11.adb
@@ -1386,7 +1386,7 @@ package body Exp_Ch11 is
-- Raise_Exception (exception-name'Identity, string);
- -- and there is nothing else to do
+ -- and there is nothing else to do.
if Present (Expression (N)) then
Rewrite (N,
@@ -1394,7 +1394,7 @@ package body Exp_Ch11 is
Name => New_Occurrence_Of (RTE (RE_Raise_Exception), Loc),
Parameter_Associations => New_List (
Make_Attribute_Reference (Loc,
- Prefix => Name (N),
+ Prefix => Name (N),
Attribute_Name => Name_Identity),
Expression (N))));
Analyze (N);