]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.cpp
Whitespace.
[lyx.git] / src / BiblioInfo.cpp
index 8c73ac1d8ec2eb956dbd1c255e6011836755d74d..66fcd39fe1bb1952a1fd62ee241662f1451fbea5 100644 (file)
@@ -129,8 +129,8 @@ docstring convertLaTeXCommands(docstring const & str)
                        scanning_cmd = false;
                }
 
-               // was the last character a \? If so, then this is something like: \\
-               // or \$, so we'll just output it. That's probably not always right...
+               // was the last character a \? If so, then this is something like:
+               // \\ or \$, so we'll just output it. That's probably not always right...
                if (escaped) {
                        // exception: output \, as THIN SPACE
                        if (ch == ',')