Skip to content

Commit

Permalink
Remove trailing whitespace in Base
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Feb 2, 2024
1 parent 2878958 commit e8da916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analyses/base.ml
Original file line number Diff line number Diff line change
Expand Up @@ -877,9 +877,9 @@ struct
| CastE (t, Const (CStr (x,e))) -> (* VD.top () *) eval_rv ~ctx st (Const (CStr (x,e))) (* TODO safe? *)
| CastE (t, exp) ->
(let v = eval_rv ~ctx st exp in
try
try
VD.cast ~torg:(Cilfacade.typeOf exp) t v
with Cilfacade.TypeOfError _ ->
with Cilfacade.TypeOfError _ ->
VD.cast t v)
| SizeOf _
| Real _
Expand Down

0 comments on commit e8da916

Please sign in to comment.