Fix coding style.
This commit is contained in:
parent
30d7c40f8c
commit
44a67ddeb8
|
@ -214,8 +214,8 @@ preprocess_text_hangul (const hb_ot_shape_plan_t *plan HB_UNUSED,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* No valid syllable as base for tone mark; try to insert dotted circle. */
|
/* No valid syllable as base for tone mark; try to insert dotted circle. */
|
||||||
if ( !(buffer->flags & HB_BUFFER_FLAG_DO_NOT_INSERT_DOTTED_CIRCLE)
|
if (!(buffer->flags & HB_BUFFER_FLAG_DO_NOT_INSERT_DOTTED_CIRCLE) &&
|
||||||
&& font->has_glyph (0x25CCu))
|
font->has_glyph (0x25CCu))
|
||||||
{
|
{
|
||||||
hb_codepoint_t chars[2];
|
hb_codepoint_t chars[2];
|
||||||
if (!is_zero_width_char (font, u)) {
|
if (!is_zero_width_char (font, u)) {
|
||||||
|
|
Loading…
Reference in New Issue