]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.h
proper support for "List of XXX" insets; fix error when there is a list of algorithms...
[lyx.git] / src / texrow.h
index 0c3adb33301aed9f223042258bbbec3b53a41e4e..700bcd67dfff7a8e42265be55db2a5d4b154ce8e 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team
  *
@@ -94,6 +94,6 @@ private:
        Paragraph * lastpar;
        /// Last position
        int lastpos;
-       
+
 };
 #endif