mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
properly indent hb_buffer_duplicate_out_buffer()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
59166fdebd
commit
789427863a
1 changed files with 1 additions and 1 deletions
2
src/3rdparty/harfbuzz/src/harfbuzz-buffer.c
vendored
2
src/3rdparty/harfbuzz/src/harfbuzz-buffer.c
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue