properly indent hb_buffer_duplicate_out_buffer()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2020-12-16 08:29:51 +00:00
parent 59166fdebd
commit 789427863a

View file

@ -113,7 +113,7 @@ hb_buffer_duplicate_out_buffer( HB_Buffer buffer )
HB_Error error;
if ( ALLOC_ARRAY( buffer->alt_string, buffer->allocated, HB_GlyphItemRec ) )
return error;
return error;
}
buffer->out_string = buffer->alt_string;