Skip to content

Commit cb06f70

Browse files
committed
Fix indentation
1 parent 895bd9f commit cb06f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/base.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,7 @@ struct
23282328
| _ -> failwith ("non-floating-point argument in call to function "^f.vname)
23292329
end
23302330
in
2331-
let apply_abs ik x =
2331+
let apply_abs ik x =
23322332
let eval_x = eval_rv (Analyses.ask_of_ctx ctx) gs st x in
23332333
begin match eval_x with
23342334
| Int int_x ->

0 commit comments

Comments
 (0)