]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.C
and this
[lyx.git] / src / lyxfind.C
index 4509a1163b8a3f5440568578f92d8e0f34f4ac66..7592ca73445f4965fec7393ba2001c52638e4472 100644 (file)
@@ -218,7 +218,7 @@ bool stringSelected(BufferView * bv, string const & searchstr,
 
 
 int replace(BufferView * bv, string const & searchstr,
-      string const & replacestr, bool cs, bool mw, bool fw)
+           string const & replacestr, bool cs, bool mw, bool fw)
 {
        if (!searchAllowed(bv, searchstr) || bv->buffer()->isReadonly())
                return 0;