[LyX/master] Another indentation fix
Juergen Spitzmueller
spitz at lyx.org
Sun Feb 27 13:19:37 UTC 2022
commit 6d17c5a1d63b5f5af59f1b45409194afe73ea86a
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Sun Feb 27 14:53:01 2022 +0100
Another indentation fix
---
src/Floating.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Floating.h b/src/Floating.h
index 7af2334..ab57c4d 100644
--- a/src/Floating.h
+++ b/src/Floating.h
@@ -38,7 +38,7 @@ public:
std::string const & refPrefix, std::string const & allowedplacement,
std::string const & htmlTag, std::string const & htmlAttrib,
docstring const & htmlStyle, std::string const & docbookTag,
- std::string const & docbookAttr, std::string const & docbookTagType,
+ std::string const & docbookAttr, std::string const & docbookTagType,
std::string const & docbookFloatType, std::string const & docbookCaption,
std::string const & required, bool usesfloat, bool ispredefined,
bool allowswide, bool allowssideways);
More information about the lyx-cvs
mailing list