]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetNomencl.cpp
Whitespace cleanup
[features.git] / src / insets / InsetNomencl.cpp
index d3bf218c0e6d01fc0207125f5c54f7c208906e25..850a670cc452d2f66d02366023af2ed1ce64e53a 100644 (file)
@@ -97,7 +97,7 @@ int InsetPrintNomencl::docbook(Buffer const & buf, odocstream & os,
                        newlines += static_cast<InsetNomencl const &>(*it).docbookGlossary(os);
                        ++it;
                } else if(it->lyxCode() == Inset::NOTE_CODE &&
-                         static_cast<InsetNote const &>(*it).params().type == InsetNoteParams::Note) {
+                         static_cast<InsetNote const &>(*it).params().type == InsetNoteParams::Note) {
                        // Don't output anything nested in note insets
                        size_t const depth = it.depth();
                        ++it;