Skip to content

Commit

Permalink
Fix indentation (PR #855)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Oct 28, 2022
1 parent e9df254 commit c9e9e38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/framework/control.ml
Original file line number Diff line number Diff line change
Expand Up @@ -581,12 +581,12 @@ struct
; edge = MyCFG.Skip
; local = local
; global =
(fun g ->
try
EQSys.G.spec (GHT.find gh (EQSys.GVar.spec g))
with Not_found ->
M.warn ~category:MessageCategory.Unsound "Global %a not found during transformation, proceeding with bot." Spec.V.pretty g;
Spec.G.bot ())
(fun g ->
try
EQSys.G.spec (GHT.find gh (EQSys.GVar.spec g))
with Not_found ->
M.warn ~category:MessageCategory.Unsound "Global %a not found during transformation, proceeding with bot." Spec.V.pretty g;
Spec.G.bot ())
; spawn = (fun v d -> failwith "Cannot \"spawn\" in query context.")
; split = (fun d es -> failwith "Cannot \"split\" in query context.")
; sideg = (fun v g -> failwith "Cannot \"split\" in query context.")
Expand Down

0 comments on commit c9e9e38

Please sign in to comment.