]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiFontLoader.cpp
Whitespace cleanup
[features.git] / src / frontends / qt4 / GuiFontLoader.cpp
index 62eb80b2d138bd6dfe63adac7b5e402cac55319a..d50c3cc4f32cb71553ebac107b5c69f93230ef28 100644 (file)
@@ -279,7 +279,7 @@ QLFontInfo::QLFontInfo(Font const & f)
        if (f.realShape() != Font::SMALLCAPS_SHAPE) {
                metrics.reset(new GuiFontMetrics(font));
        }
-       else {  
+       else {
                // handle small caps ourselves ...
                Font smallfont = f;
                smallfont.decSize().decSize().setShape(Font::UP_SHAPE);