]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlist.C
fix typo that put too many include paths for most people
[lyx.git] / src / insets / insetlist.C
index a0af06f20226dba2586e2505025e95cfa404054b..646cb86ea03868fa6621fc46800c7b368ebec213 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *          Copyright 1998 The LyX Team.
  *
  * ====================================================== */
@@ -69,9 +69,9 @@ int InsetList::latex(Buffer const * buf,
                     ostream & os, bool fragile, bool fp) const
 {
        os << "\\footnote{%\n";
-       
+
        int i = inset.latex(buf, os, fragile, fp);
        os << "}%\n";
-       
+
        return i + 2;
 }