]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbox.h
ws changes only
[lyx.git] / src / insets / insetbox.h
index c632653ad8d6d01555ae316cf3dd23ee9f2b58d5..4dcf775a6145a0b8ce5e8c3d8f7b510d6f64b725 100644 (file)
@@ -22,7 +22,7 @@
 struct InsetBoxParams {
        ///
        InsetBoxParams(std::string const &);
-       ///     
+       ///
        void write(std::ostream & os) const;
        ///
        void read(LyXLex & lex);
@@ -92,7 +92,7 @@ public:
        void validate(LaTeXFeatures &) const;
        ///
        InsetBoxParams const & params() const { return params_; }
-       ///     
+       ///
        enum BoxType {
                Frameless,
                Boxed,