]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
Backport 33284ee5c.
[lyx.git] / src / Floating.h
index 3de7d450fce8ac88862af073383b7787282dca14..a5f1ddcd9c5e6e0559db1f4f821f6f49b6ff4f06 100644 (file)
@@ -107,13 +107,13 @@ private:
        bool  allowswide_;
        ///
        bool  allowssideways_;
-       /// 
+       ///
        mutable std::string html_tag_;
-       /// 
+       ///
        mutable std::string html_attrib_;
        ///
        mutable std::string defaultcssclass_;
-       /// 
+       ///
        docstring html_style_;
 };