Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Nov 3, 2024
1 parent 6731ac7 commit a138e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vendored-omp/src/caml_format_doc.cppo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ let pp_print_result ~ok ~error ppf r =
#if OCAML_VERSION >= (4,12,0)
let pp_print_either ~left ~right ppf e =
ppf := Doc.either ~left:(doc_printer left) ~right:(doc_printer right) e !ppf
#endif

let comma ppf () = fprintf ppf ",@ "

Expand All @@ -545,6 +544,7 @@ let pp_two_columns ?(sep = "|") ?max_lines ppf (lines: (string * string) list) =
else fprintf ppf "%*s %s %s@," left_column_size line_l sep line_r
) lines;
fprintf ppf "@]"
#endif

let deprecated_printer pr ppf = ppf := Doc.add !ppf (Doc.Deprecated pr)
#endif

0 comments on commit a138e50

Please sign in to comment.