]> git.lyx.org Git - lyx.git/commitdiff
* cosmetic
authorStefan Schimanski <sts@lyx.org>
Tue, 18 Mar 2008 10:58:35 +0000 (10:58 +0000)
committerStefan Schimanski <sts@lyx.org>
Tue, 18 Mar 2008 10:58:35 +0000 (10:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23803 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathNest.h

index 8008622c9c4f92e678d2e087901f67c35b63eaf8..275d2731f3860425718cea0f2eb1704d5893573d 100644 (file)
@@ -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.