]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / MacroTable.h
index 1909c04de4a995daef9101c488b5c70e8b3ca16c..25664a1820e7323fd605656e9d621b38a3c07e12 100644 (file)
@@ -47,7 +47,7 @@ public:
        /// is it being drawn?
        bool locked() const { return lockCount_ != 0; }
        ///
-       void unlock() const { --lockCount_; BOOST_ASSERT(lockCount_ >= 0); }    
+       void unlock() const { --lockCount_; BOOST_ASSERT(lockCount_ >= 0); }
 
        ///
        bool operator==(MacroData const & x) const {
@@ -58,7 +58,7 @@ public:
        }
        ///
        bool operator!=(MacroData const & x) const { return !operator==(x); }
-       
+
 private:
        ///
        docstring def_;