]> git.lyx.org Git - features.git/blobdiff - src/TocBackend.h
Whitespace cleanup
[features.git] / src / TocBackend.h
index ca69b09237331f495de21956e670b995f0e3d3c0..75f0ea4ffd66b95bc54eb9415f625c6ea305a95a 100644 (file)
@@ -58,7 +58,7 @@ public:
 
        /// the action corresponding to the goTo above
        FuncRequest action() const;
-       
+
 protected:
        /// Current position of item.
        ParConstIterator par_it_;
@@ -114,7 +114,7 @@ public:
        void writePlaintextTocList(std::string const & type, odocstream & os) const;
 
 private:
-       /// 
+       ///
        TocList tocs_;
        ///
        Buffer const * buffer_;