]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTOC.cpp
Whitespace cleanup
[features.git] / src / insets / InsetTOC.cpp
index 2c74aea5f2d190b5901609c0d3e7ea913d681e46..51234af7cd27c2e47c914fa0c0a82c6c7293707c 100644 (file)
@@ -57,7 +57,7 @@ Inset::Code InsetTOC::lyxCode() const
 
 
 int InsetTOC::plaintext(Buffer const & buffer, odocstream & os,
-                        OutputParams const &) const
+                       OutputParams const &) const
 {
        os << getScreenLabel(buffer) << "\n\n";
 
@@ -68,7 +68,7 @@ int InsetTOC::plaintext(Buffer const & buffer, odocstream & os,
 
 
 int InsetTOC::docbook(Buffer const &, odocstream & os,
-                      OutputParams const &) const
+                     OutputParams const &) const
 {
        if (getCmdName() == "tableofcontents")
                os << "<toc></toc>";