]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.C
Fix #1736
[lyx.git] / src / bufferparams.C
index 3cef7dcfc3def5ee101976d1c8057a2cc1a0e6b1..2b5b05455f49f3da5ac2a036dd8a49a300048a59 100644 (file)
@@ -1216,7 +1216,7 @@ void BufferParams::readBullets(LyXLex & lex)
        temp_bullet(index).setCharacter(temp_int);
        lex >> temp_int;
        user_defined_bullet(index).setSize(temp_int);
-       temp_bullet(index).setSize(temp_int);   
+       temp_bullet(index).setSize(temp_int);
 }