From: Vincent van Ravesteijn Date: Sat, 21 May 2011 10:44:27 +0000 (+0000) Subject: Whitespace: correct whitespace after r38779 and r38789. X-Git-Tag: 2.1.0beta1~3211 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a522dd5035df1d47d39f6c9ff34c692b7c25a98a;p=features.git Whitespace: correct whitespace after r38779 and r38789. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38799 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index 762fcf7581..158a2705ae 100644 --- a/src/lyxfind.cpp +++ b/src/lyxfind.cpp @@ -1346,7 +1346,7 @@ static void findAdvReplace(BufferView * bv, FindAndReplaceOptions const & opt, M cur.pos() = 0; LYXERR(Debug::FIND, "Putting selection at cur=" << cur << " with len: " << sel_len); bv->putSelectionAt(DocIterator(cur), sel_len, !opt.forward); - bv->processUpdateFlags(Update::Force); + bv->processUpdateFlags(Update::Force); bv->buffer().updatePreviews(); }