[MPlayer-cvslog] r28977 - trunk/libass/ass_fontconfig.c

eugeni subversion at mplayerhq.hu
Mon Mar 16 20:26:23 CET 2009


Author: eugeni
Date: Mon Mar 16 20:26:23 2009
New Revision: 28977

Log:
Cosmetics: reindent.

Modified:
   trunk/libass/ass_fontconfig.c

Modified: trunk/libass/ass_fontconfig.c
==============================================================================
--- trunk/libass/ass_fontconfig.c	Mon Mar 16 20:26:19 2009	(r28976)
+++ trunk/libass/ass_fontconfig.c	Mon Mar 16 20:26:23 2009	(r28977)
@@ -161,11 +161,11 @@ static char* _select_font(fc_instance_t*
 
 #if (FC_VERSION >= 20297)
 	if (!treat_family_as_pattern) {
-	// Remove all extra family names from original pattern.
-	// After this, FcFontRenderPrepare will select the most relevant family
-	// name in case there are more than one of them.
-	for (; family_cnt > 1; --family_cnt)
-		FcPatternRemove(pat, FC_FAMILY, family_cnt - 1);
+		// Remove all extra family names from original pattern.
+		// After this, FcFontRenderPrepare will select the most relevant family
+		// name in case there are more than one of them.
+		for (; family_cnt > 1; --family_cnt)
+			FcPatternRemove(pat, FC_FAMILY, family_cnt - 1);
 	}
 #endif
 



More information about the MPlayer-cvslog mailing list