]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.C
use more specific smart_ptr headers
[lyx.git] / src / insets / insetmarginal.C
index babd19772ff9d1323086415bf8b8a9ed1a54ff7a..a62b85144cca2f21863d2392f79fbd45b339f7e2 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *          Copyright 1998 The LyX Team.
  *
  * ======================================================
@@ -59,9 +59,9 @@ int InsetMarginal::latex(Buffer const * buf,
                         ostream & os, bool fragile, bool fp) const
 {
        os << "%\n\\marginpar{";
-       
+
        int const i = inset.latex(buf, os, fragile, fp);
        os << "%\n}";
-       
+
        return i + 2;
 }