[MPlayer-cvslog] r24856 - trunk/libass/ass_font.c

eugeni subversion at mplayerhq.hu
Thu Oct 25 23:20:28 CEST 2007


Author: eugeni
Date: Thu Oct 25 23:20:28 2007
New Revision: 24856

Log:
Cosmetics: fix indentation after last commit.


Modified:
   trunk/libass/ass_font.c

Modified: trunk/libass/ass_font.c
==============================================================================
--- trunk/libass/ass_font.c	(original)
+++ trunk/libass/ass_font.c	Thu Oct 25 23:20:28 2007
@@ -295,12 +295,12 @@ FT_Glyph ass_font_get_glyph(void* fontco
 		       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



More information about the MPlayer-cvslog mailing list