checks.adb: Minor reformatting
2008-08-05 Robert Dewar <dewar@adacore.com> * checks.adb: Minor reformatting From-SVN: r138668
This commit is contained in:
parent
922987827d
commit
6f2b033bd5
@ -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)));
|
||||||
|
Loading…
Reference in New Issue
Block a user