pub fn handle_respace_inline_with_space(
tables: &Tables,
pre_constraint: Spacing,
post_constraint: Spacing,
prev_block: Option<&ReflowBlock>,
next_block: Option<&ReflowBlock>,
root_segment: &ErasedSegment,
segment_buffer: Vec<ErasedSegment>,
last_whitespace: ErasedSegment,
) -> (Vec<ErasedSegment>, Vec<LintResult>)