Skip to content

Commit f020dde

Browse files
committed
Fix indent (rm begin/end)
1 parent e6fbd23 commit f020dde

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/analyses/region.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ struct
142142

143143
let combine ctx (lval:lval option) fexp (f:fundec) (args:exp list) fc (au:D.t) : D.t =
144144
match au with
145-
| `Lifted reg -> begin
145+
| `Lifted reg ->
146146
let old_regpart = ctx.global () in
147147
let module BS = (val Base.get_main ()) in
148148
let regpart, reg = match lval with
@@ -153,7 +153,6 @@ struct
153153
if not (RegPart.leq regpart old_regpart) then
154154
ctx.sideg () regpart;
155155
`Lifted reg
156-
end
157156
| _ -> au
158157

159158
let special ctx (lval: lval option) (f:varinfo) (arglist:exp list) : D.t =

0 commit comments

Comments
 (0)