changeset 24828:810982c2bfb4

Cosmetics: fix indentation after last commit.
author eugeni
date Thu, 25 Oct 2007 21:20:28 +0000
parents 4ec67a66ef54
children 8f846cea9940
files libass/ass_font.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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