]> git.lyx.org Git - lyx.git/commitdiff
Whitespace.
authorRichard Heck <rgheck@comcast.net>
Thu, 20 Sep 2007 07:46:08 +0000 (07:46 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 20 Sep 2007 07:46:08 +0000 (07:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20371 a592a061-630c-0410-9148-cb99ea01b6c8

src/bufferview_funcs.cpp

index 4aa848d511767dadded2852865069ba6c0c3f24b..d777ac725bec25555374af1987c2ab87782eeca5 100644 (file)
@@ -269,7 +269,7 @@ bool findNextInset(DocIterator & dit,
                if (inset
                    && find(codes.begin(), codes.end(), inset->lyxCode()) != codes.end()
                    && (contents.empty() ||
-                       static_cast<InsetCommand const *>(inset)->getContents() == contents)) {
+                   static_cast<InsetCommand const *>(inset)->getContents() == contents)) {
                        dit = tmpdit;
                        return true;
                }