[LyX/master] Indentation

Juergen Spitzmueller spitz at lyx.org
Fri Apr 1 08:58:42 UTC 2022


commit 1aa449785e075425dec69c7887e1c42d5ebccd36
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Fri Apr 1 11:34:26 2022 +0200

    Indentation
---
 src/lyxfind.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp
index 35fdd68..61749d4 100644
--- a/src/lyxfind.cpp
+++ b/src/lyxfind.cpp
@@ -192,7 +192,7 @@ IgnoreFormats ignoreFormats;
 
 void setIgnoreFormat(string const & type, bool value, bool fromUser)
 {
-  ignoreFormats.setIgnoreFormat(type, value, fromUser);
+	ignoreFormats.setIgnoreFormat(type, value, fromUser);
 }
 
 


More information about the lyx-cvs mailing list