aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2013-04-11 15:39:33 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2013-04-11 15:39:33 +0200
commit088c0a3a4ac86a0e71e693df6bc4facd70264a3c (patch)
treefea613f8cbd51547d521ce2fe9f6e03760b2e590 /gcc/ada
parent7eb29ac8d36dc9789683d709f28ea771fc01acc0 (diff)
downloadgcc-088c0a3a4ac86a0e71e693df6bc4facd70264a3c.zip
gcc-088c0a3a4ac86a0e71e693df6bc4facd70264a3c.tar.gz
gcc-088c0a3a4ac86a0e71e693df6bc4facd70264a3c.tar.bz2
Minor reformatting.
From-SVN: r197801
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ali.adb8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/ali.adb b/gcc/ada/ali.adb
index 0386c05..bea2b10 100644
--- a/gcc/ada/ali.adb
+++ b/gcc/ada/ali.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2012, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -1331,9 +1331,9 @@ package body ALI is
when Constraint_Error =>
-- A constraint error comes from the
- -- additionh. We reset to the maximum
- -- and indicate that the real value is
- -- now unknown.
+ -- addition. We reset to the maximum
+ -- and indicate that the real value
+ -- is now unknown.
Cumulative_Restrictions.Value (R) :=
Integer'Last;