This commit is contained in:
John Whitington 2024-09-20 14:24:47 +01:00
parent c281dd492d
commit 2cfafa0681
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ let structdata = ref []
(* TODO: Use Uuseg for proper unicode segmentation. *)
let format_paragraph indent j w s =
Printf.printf "indent = %f\n" indent;
let ss = String.split_on_char ' ' s in
let rs_and_widths = ref (map runs_of_utf8 ss) in
let space_runs, space_width = runs_of_utf8 " " in