]> git.lyx.org Git - lyx.git/blobdiff - src/FontInfo.C
another pesky \#warning snuck in
[lyx.git] / src / FontInfo.C
index db2b5b6e9a2155a1fe41b3c57a606acc24b4594e..a9117e6f946d7b7bb487afbfe4f9859392ea9224 100644 (file)
@@ -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;