Skip to content

Commit

Permalink
Fix MCPRegistry indentation (PR #1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Mar 27, 2023
1 parent 4123a9e commit 5ce758a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/analyses/mCPRegistry.ml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ struct
let hash = unop_fold (fun a n (module S : Printable.S) x -> hashmul a @@ S.hash (obj x)) 0

(* let name () =
let domain_name (n, (module D: Printable.S)) =
let analysis_name = find_spec_name n in
analysis_name ^ ":(" ^ D.name () ^ ")"
in
IO.to_string (List.print ~first:"[" ~last:"]" ~sep:", " String.print) (map domain_name @@ domain_list ()) *)
let domain_name (n, (module D: Printable.S)) =
let analysis_name = find_spec_name n in
analysis_name ^ ":(" ^ D.name () ^ ")"
in
IO.to_string (List.print ~first:"[" ~last:"]" ~sep:", " String.print) (map domain_name @@ domain_list ()) *)
let name () = "MCP.C"

let printXml f xs =
Expand Down

0 comments on commit 5ce758a

Please sign in to comment.