]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.C
Move #includes out of header files.
[lyx.git] / src / bufferlist.C
index 0f597d6a1a120bc6031dbdbf4ad7751ecc62f37f..de6b49f5bcaebcffb1ab80418b2b16358bd052b8 100644 (file)
@@ -319,7 +319,7 @@ bool BufferList::exists(string const & s) const
 bool BufferList::isLoaded(Buffer const * b) const
 {
        Assert(b);
-
+       
        BufferStorage::const_iterator cit =
                find(bstore.begin(), bstore.end(), b);
        return cit != bstore.end();