Commit 6f2b033b by Robert Dewar Committed by Arnaud Charlet

checks.adb: Minor reformatting

2008-08-05  Robert Dewar  <dewar@adacore.com>

	* checks.adb: Minor reformatting

From-SVN: r138668
parent 92298782
...@@ -1653,7 +1653,7 @@ package body Checks is ...@@ -1653,7 +1653,7 @@ package body Checks is
begin begin
if Int_Val <= Ilast and then Int_Val >= Ifirst then if Int_Val <= Ilast and then Int_Val >= Ifirst then
-- Conversion is safe. -- Conversion is safe
Rewrite (Parent (Ck_Node), Rewrite (Parent (Ck_Node),
Make_Integer_Literal (Loc, UI_To_Int (Int_Val))); Make_Integer_Literal (Loc, UI_To_Int (Int_Val)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment