]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
fix crash when collapsing ert with cursor inside
[lyx.git] / src / buffer.h
index fade88655f8c8599010e4a164f3abc646cbbf648..26ae13f928b9d2914202f56bb5a1d8f99331867e 100644 (file)
@@ -51,10 +51,10 @@ class Undo;
 /** The buffer object.
  * This is the buffer object. It contains all the informations about
  * a document loaded into LyX.
- * The buffer object owns the LyXText (wrapped in an InsetText), which 
+ * The buffer object owns the LyXText (wrapped in an InsetText), which
  * contains the individual paragraphs of the document.
  *
- * 
+ *
  * I am not sure if the class is complete or
  * minimal, probably not.
  * \author Lars Gullik Bjønnes