[LyX/master] Fix indentation
Juergen Spitzmueller
spitz at lyx.org
Sun Feb 27 13:11:52 UTC 2022
commit f2bd823217ea2513559392de7356c398f719816b
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Sun Feb 27 14:45:16 2022 +0100
Fix indentation
---
src/Floating.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Floating.cpp b/src/Floating.cpp
index 9a20d7c..6a14708 100644
--- a/src/Floating.cpp
+++ b/src/Floating.cpp
@@ -33,8 +33,8 @@ Floating::Floating(string const & type, string const & placement,
string const & htmlTag, string const & htmlAttrib,
docstring const & htmlStyle, std::string const & docbookTag,
string const & docbookAttr, string const & docbookTagType,
- std::string const & docbookFloatType, std::string const & docbookCaption,
- string const & required, bool usesfloat, bool ispredefined,
+ std::string const & docbookFloatType, std::string const & docbookCaption,
+ string const & required, bool usesfloat, bool ispredefined,
bool allowswide, bool allowssideways)
: floattype_(type), placement_(placement), ext_(ext), within_(within),
style_(style), name_(name), listname_(listName), listcommand_(listCmd),
More information about the lyx-cvs
mailing list