]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.h
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / InsetMathNest.h
index 8008622c9c4f92e678d2e087901f67c35b63eaf8..6d73fbca375114f1fa37ce3a06315458cfb65e7f 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -150,8 +150,7 @@ protected:
        /// previously selected cell, insert the grabbed former data and \c arg
        /// in the first cell of the inserted atom.
        void handleNest(Cursor & cur, MathAtom const & nest);
-       void handleNest(Cursor & cur, MathAtom const & nest,
-               docstring const & arg);
+       void handleNest(Cursor & cur, MathAtom const & nest, docstring const & arg);
 
        /// interpret \p c and insert the result at the current position of
        /// of \p cur. Return whether the cursor should stay in the formula.