mirror of https://github.com/mpv-player/mpv
Cosmetics: fix indentation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24856 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c0eaa90799
commit
85b15648f9
|
@ -295,12 +295,12 @@ FT_Glyph ass_font_get_glyph(void* fontconfig_priv, ass_font_t* font, uint32_t ch
|
||||||
ch, font->desc.family, font->desc.bold, font->desc.italic);
|
ch, font->desc.family, font->desc.bold, font->desc.italic);
|
||||||
face_idx = add_face(fontconfig_priv, font, ch);
|
face_idx = add_face(fontconfig_priv, font, ch);
|
||||||
if (face_idx >= 0) {
|
if (face_idx >= 0) {
|
||||||
face = font->faces[face_idx];
|
face = font->faces[face_idx];
|
||||||
index = FT_Get_Char_Index(face, ch);
|
index = FT_Get_Char_Index(face, ch);
|
||||||
if (index == 0) {
|
if (index == 0) {
|
||||||
mp_msg(MSGT_ASS, MSGL_ERR, MSGTR_LIBASS_GlyphNotFound,
|
mp_msg(MSGT_ASS, MSGL_ERR, MSGTR_LIBASS_GlyphNotFound,
|
||||||
ch, font->desc.family, font->desc.bold, font->desc.italic);
|
ch, font->desc.family, font->desc.bold, font->desc.italic);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue