X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontInfo.C;h=a9117e6f946d7b7bb487afbfe4f9859392ea9224;hb=664eb7ff45dbb4fabc22ec0b56798031a82335b1;hp=db2b5b6e9a2155a1fe41b3c57a606acc24b4594e;hpb=ddbec11708903733842c8a3190cad4820d0dd956;p=lyx.git diff --git a/src/FontInfo.C b/src/FontInfo.C index db2b5b6e9a..a9117e6f94 100644 --- a/src/FontInfo.C +++ b/src/FontInfo.C @@ -128,7 +128,7 @@ void FontInfo::query() strings = new string[matches]; // We have matches. Run them through - for(int i = 0; i < matches; ++i) { + for (int i = 0; i < matches; ++i) { string name(list[i]); sizes[i] = lyx::atoi(token(name, '-', 7)); strings[i] = name;