]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/biblio.C
to much stuff for my liking...
[features.git] / src / frontends / controllers / biblio.C
index a973c6e84370936495ebc3ad1d1c82eab294b686..658160f5813b49b1fcde7c6dd38e43d9f15b9d2b 100644 (file)
@@ -302,7 +302,7 @@ searchKeys(InfoMap const & theMap,
           bool caseSensitive)
 {
        // Preliminary checks
-       if(start < keys.begin() || start >= keys.end())
+       if (start < keys.begin() || start >= keys.end())
                return keys.end();
        
        string search_expr = frontStrip(strip(expr));