We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9086343 commit b8f986cCopy full SHA for b8f986c
src/dune_rules/ctypes/ctypes_rules.ml
@@ -55,7 +55,9 @@ open Memo.O
55
generation. As a result, there are no intermediate libraries (or
56
packages). *)
57
58
-let verbatimf fmt = Printf.ksprintf (fun s -> Pp.concat [ Pp.verbatim s; Pp.newline ]) fmt
+let verbatimf fmt =
59
+ Printf.ksprintf (fun s -> Pp.vbox (Pp.concat ~sep:Pp.cut [ Pp.verbatim s; Pp.nop ])) fmt
60
+;;
61
62
let write_c_types_includer_module ~type_description_functor ~c_generated_types_module =
63
let contents =
0 commit comments