whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1316 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-01-11 16:28:22 +00:00
parent ba916a0f89
commit 2da5210598

View File

@ -48,6 +48,7 @@ void InsetTOC::Edit(BufferView * bv, int, int, unsigned int)
bv->owner()->getDialogs()->showTOC( this );
}
int InsetTOC::Ascii(Buffer const * buffer, ostream & os, int) const
{
os << getScreenLabel() << endl << endl;