]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.cpp
Paragraph::inInset() shall not be used if the owner inset was not initialized. Make...
[lyx.git] / src / BiblioInfo.cpp
index 896d8fc4a8a1d895f1805c2641a47fdf3cb9fb1c..76c0a87aac6330a658dfdc59e38633357b870b9b 100644 (file)
@@ -470,7 +470,7 @@ CitationStyle citationStyleFromString(string const & command)
        size_t const n = cmd.size() - 1;
        if (cmd != "cite" && cmd[n] == '*') {
                s.full = true;
-               cmd = cmd.substr(0,n);
+               cmd = cmd.substr(0, n);
        }
 
        char const * const * const last = citeCommands + nCiteCommands;