]> git.lyx.org Git - features.git/commitdiff
Change style
authorDekel Tsur <dekelts@tau.ac.il>
Mon, 28 Oct 2002 07:47:40 +0000 (07:47 +0000)
committerDekel Tsur <dekelts@tau.ac.il>
Mon, 28 Oct 2002 07:47:40 +0000 (07:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5523 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/qfont_loader.C

index 8fe15bcb81a7f4209ff72248bbd842bab8c6a1de..3f1d3e765ceba5acf22878133efe4146119706ab 100644 (file)
@@ -120,7 +120,7 @@ bool addFontPath()
                QWidget w;
                int n;
                char ** p = XGetFontPath(w.x11Display(), &n);
-               if (std::find(p, p+n, dir) != p+n)
+               if (std::find(p, p + n, dir) != p + n)
                        return false;
                lyxerr << "Adding " << dir << " to the font path.\n";
                string const command = "xset fp+ " + dir;