Skip to content

Commit

Permalink
Fix indent of #790
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Jul 21, 2022
1 parent 677970d commit f68e54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyses/base.ml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ struct
in
let r =
match exp with
| BinOp (op,arg1,arg2,_) when Cil.isIntegralType (Cilfacade.typeOf exp) -> binop op arg1 arg2
| BinOp (op,arg1,arg2,_) when Cil.isIntegralType (Cilfacade.typeOf exp) -> binop op arg1 arg2
| _ -> eval_next ()
in
if M.tracing then M.traceu "evalint" "base eval_rv_ask_mustbeequal %a -> %a\n" d_exp exp VD.pretty r;
Expand Down

0 comments on commit f68e54b

Please sign in to comment.