Skip to content

Commit af24b3b

Browse files
committed
Trim trailing whitespace in SharedFunctions
1 parent be29c40 commit af24b3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cdomains/apron/sharedFunctions.apron.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ struct
210210
texpr1_expr_of_cil_exp exp
211211
in
212212
let exp = Cil.constFold false exp in
213-
if M.tracing then
213+
if M.tracing then
214214
match conv exp with
215-
| exception Unsupported_CilExp ex ->
215+
| exception Unsupported_CilExp ex ->
216216
M.tracel "rel-texpr-cil-conv" "unsuccessfull: %s" (show_unsupported_cilExp ex);
217217
raise (Unsupported_CilExp ex)
218-
| res ->
218+
| res ->
219219
M.trace "relation" "texpr1_expr_of_cil_exp: %a -> %a (%b)" d_plainexp exp Texpr1.Expr.pretty res (Lazy.force no_ov);
220220
M.tracel "rel-texpr-cil-conv" "successfull: Good";
221221
res
@@ -461,7 +461,7 @@ struct
461461
let add_vars t vars = Vector.timing_wrap "add_vars" (add_vars t) vars
462462

463463
let remove_vars t vars =
464-
let t = copy t in
464+
let t = copy t in
465465
let env' = Environment.remove_vars t.env vars in
466466
dimchange2_remove t env'
467467

0 commit comments

Comments
 (0)