Mercurial > mplayer.hg
changeset 28942:39006a122466
Cosmetics: reindent.
author | eugeni |
---|---|
date | Mon, 16 Mar 2009 19:26:23 +0000 |
parents | a038ab949e7e |
children | cf087cb82252 |
files | libass/ass_fontconfig.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libass/ass_fontconfig.c Mon Mar 16 19:26:19 2009 +0000 +++ b/libass/ass_fontconfig.c Mon Mar 16 19:26:23 2009 +0000 @@ -161,11 +161,11 @@ #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