From a47deb4897f614f4e6db629a6239394108ddd9ea Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 27 Oct 2008 10:36:38 +0000 Subject: [PATCH] fix warning and reindent git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27147 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetCollapsable.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/insets/InsetCollapsable.cpp b/src/insets/InsetCollapsable.cpp index 84eb4e319b..ee65c1e64d 100644 --- a/src/insets/InsetCollapsable.cpp +++ b/src/insets/InsetCollapsable.cpp @@ -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) { } -- 2.39.2