# HG changeset patch # User eugeni # Date 1237231583 0 # Node ID 39006a1224665b5c74208d5148285957d49594b0 # Parent a038ab949e7e4bef2b7449e22f2ba1268308241c Cosmetics: reindent. diff -r a038ab949e7e -r 39006a122466 libass/ass_fontconfig.c --- 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