From: Stefan Schimanski Date: Mon, 4 Jun 2007 20:10:23 +0000 (+0000) Subject: * indentation corrected X-Git-Tag: 1.6.10~9484 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cc8206297a54c67ee40b902a17f50dcf8c4a9a69;p=features.git * indentation corrected git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18670 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Text.h b/src/Text.h index ca136207f1..a6d4a745e4 100644 --- a/src/Text.h +++ b/src/Text.h @@ -409,9 +409,8 @@ private: void number(Cursor & cur); /// draw selection for a single row void drawRowSelection(PainterInfo & pi, int x, Row const & row, - DocIterator const & beg, DocIterator const & end, - bool drawOnBegMargin, bool drawOnEndMargin) const; - + DocIterator const & beg, DocIterator const & end, + bool drawOnBegMargin, bool drawOnEndMargin) const; /// paste plain text at current cursor. /// \param str string to paste