checks.adb: Minor reformatting

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

	* checks.adb: Minor reformatting

From-SVN: r138668
This commit is contained in:
Robert Dewar 2008-08-05 10:16:22 +02:00 committed by Arnaud Charlet
parent 922987827d
commit 6f2b033bd5

View File

@ -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)));