Skip to content

Commit 8fdc8a6

Browse files
save a line
1 parent 53b8102 commit 8fdc8a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/analyses/mallocWrapperAnalysis.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ struct
3636
if Chain.is_top count then
3737
counter
3838
else
39-
remove malloc counter
40-
|> add malloc (count + 1)
39+
remove malloc counter |> add malloc (count + 1)
4140
end
4241

4342
module ThreadNode = struct

0 commit comments

Comments
 (0)