Skip to content

Commit ec3917d

Browse files
Indentation for #1689
1 parent 306952d commit ec3917d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/analyses/malloc_null.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ struct
103103
let remove_var x v = List.fold_left (Fun.flip D.remove) x (to_addrs v) in
104104
let nst = List.fold_left remove_var man.local (f.slocals @ f.sformals) in
105105
BatOption.map_default (fun ret ->
106-
match get_concrete_exp ret man.global man.local with
107-
| Some ev when might_be_null (Analyses.ask_of_man man) ev man.global man.local ->
108-
D.add (return_addr ()) nst
109-
| _ -> nst
106+
match get_concrete_exp ret man.global man.local with
107+
| Some ev when might_be_null (Analyses.ask_of_man man) ev man.global man.local ->
108+
D.add (return_addr ()) nst
109+
| _ -> nst
110110
) nst exp
111111

112112
(* Function calls *)

0 commit comments

Comments
 (0)