]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCollapsable.cpp
fix warning and reindent
[features.git] / src / insets / InsetCollapsable.cpp
index 84eb4e319b21c822e8e90adf5226743953f51774..ee65c1e64d44f6774c9742bd4808c41cbd5cb469 100644 (file)
@@ -91,14 +91,14 @@ InsetCollapsable::InsetCollapsable(Buffer const & buf)
 
 InsetCollapsable::InsetCollapsable(InsetCollapsable const & rhs)
        : InsetText(rhs),
-               layout_(rhs.layout_),
-               labelstring_(rhs.labelstring_),
-               button_dim(rhs.button_dim),
-               status_(rhs.status_),
-               openinlined_(rhs.openinlined_),
-               autoOpen_(rhs.autoOpen_),
-               // the sole purpose of this copy constructor
-               mouse_hover_(false)
+         status_(rhs.status_),
+         layout_(rhs.layout_),
+         labelstring_(rhs.labelstring_),
+         button_dim(rhs.button_dim),
+         openinlined_(rhs.openinlined_),
+         autoOpen_(rhs.autoOpen_),
+         // the sole purpose of this copy constructor
+         mouse_hover_(false)
 {
 }