cosmetic fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7414 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-07-28 13:04:40 +00:00
parent a7dc233a17
commit 3ac99e899f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-28 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* insettabular.C (write): remove extra space
2003-07-28 Martin Vermeer <martin.vermeer@hut.fi>
* insetnote.C: Umpf. Hope I *now* get it right :-(

View File

@ -224,7 +224,7 @@ void InsetTabular::buffer(Buffer * b)
void InsetTabular::write(Buffer const * buf, ostream & os) const
{
os << " Tabular" << endl;
os << "Tabular" << endl;
tabular.write(buf, os);
}