**Describe the bug** Since https://github.com/ocaml-ppx/ocamlformat/pull/1122, a comment such as ``` (* blah blah *) ``` (Note: there is a space following the `(*`) gets formatted to ``` (* blah blah *) ``` Since there is trailing whitespace in the original, it is perhaps ok, and can be worked around, but flagging for awareness.