]> git.lyx.org Git - features.git/commitdiff
Whitespace: correct whitespace after r38779 and r38789.
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 21 May 2011 10:44:27 +0000 (10:44 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 21 May 2011 10:44:27 +0000 (10:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38799 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfind.cpp

index 762fcf7581b3c504b59cadbcde59f04baf0b5468..158a2705aea27e0b8faa5724784f5989cd947383 100644 (file)
@@ -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();
 }