# HG changeset patch # User eugeni # Date 1193347228 0 # Node ID 810982c2bfb43057b882c84e9347144b678a441b # Parent 4ec67a66ef5422f31763052b08e48615b15b5f21 Cosmetics: fix indentation after last commit. diff -r 4ec67a66ef54 -r 810982c2bfb4 libass/ass_font.c --- a/libass/ass_font.c Thu Oct 25 21:19:20 2007 +0000 +++ b/libass/ass_font.c Thu Oct 25 21:20:28 2007 +0000 @@ -295,12 +295,12 @@ ch, font->desc.family, font->desc.bold, font->desc.italic); face_idx = add_face(fontconfig_priv, font, ch); if (face_idx >= 0) { - face = font->faces[face_idx]; - index = FT_Get_Char_Index(face, ch); - if (index == 0) { - mp_msg(MSGT_ASS, MSGL_ERR, MSGTR_LIBASS_GlyphNotFound, - ch, font->desc.family, font->desc.bold, font->desc.italic); - } + face = font->faces[face_idx]; + index = FT_Get_Char_Index(face, ch); + if (index == 0) { + mp_msg(MSGT_ASS, MSGL_ERR, MSGTR_LIBASS_GlyphNotFound, + ch, font->desc.family, font->desc.bold, font->desc.italic); + } } } #endif