summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-16 19:26:23 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-16 19:26:23 +0000
commitbebbe6557be5bf1f8ff30f849e4cab964148fa65 (patch)
tree93b55283a2002aef3c84e7c9c38546ef7a6717c7
parentbc1d60dcb7585b3c6115ed590a073573f39638b4 (diff)
downloadmpv-bebbe6557be5bf1f8ff30f849e4cab964148fa65.tar.bz2
mpv-bebbe6557be5bf1f8ff30f849e4cab964148fa65.tar.xz
Cosmetics: reindent.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28977 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libass/ass_fontconfig.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libass/ass_fontconfig.c b/libass/ass_fontconfig.c
index e8e759b4c7..a54bc8c4af 100644
--- a/libass/ass_fontconfig.c
+++ b/libass/ass_fontconfig.c
@@ -161,11 +161,11 @@ static char* _select_font(fc_instance_t* priv, const char* family, int treat_fam
#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