]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.h
Fix footnote output in description item
[lyx.git] / src / insets / InsetLabel.h
index 65a6d3aa20fa3f5b16a739f1ad52da99021f8b56..22131ab4a157bc6a11d44e6773a12c873de2fb43 100644 (file)
@@ -19,7 +19,7 @@ namespace lyx {
 
 class Counter;
 
-class InsetLabel : public InsetCommand 
+class InsetLabel : public InsetCommand
 {
 public:
        ///
@@ -70,7 +70,7 @@ public:
        ///
        static std::string defaultCommand() { return "label"; }
        ///
-       static bool isCompatibleCommand(std::string const & s) 
+       static bool isCompatibleCommand(std::string const & s)
                { return s == "label"; }
        //@}
 
@@ -80,7 +80,7 @@ public:
        ///
        docstring screenLabel() const;
        //@}
-       
+
 private:
        /// \name Private functions inherited from Inset class
        //@{