]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.C
ws cleanup
[lyx.git] / src / insets / insetfootlike.C
index f401f78bf2ca1f403dd58e857fb0425e48cb9fe9..2cac4e252215c2523136992f0eefd0294c30ccd8 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *          Copyright 2000-2001 The LyX Team.
  *
  * ======================================================
@@ -46,7 +46,7 @@ InsetFootlike::InsetFootlike(InsetFootlike const & in, bool same_id)
 }
 
 
-void InsetFootlike::write(Buffer const * buf, ostream & os) const 
+void InsetFootlike::write(Buffer const * buf, ostream & os) const
 {
        os << getInsetName() << "\n";
        InsetCollapsable::write(buf, os);