]> git.lyx.org Git - features.git/blobdiff - src/lyxfind.cpp
Whitespace: correct whitespace after r38779 and r38789.
[features.git] / 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();
 }