From 3ac99e899fb8bef7282c6edbd5b5f74b4364d843 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 28 Jul 2003 13:04:40 +0000 Subject: [PATCH] cosmetic fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7414 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/ChangeLog | 4 ++++ src/insets/insettabular.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 0effad0a6b..1df6c2c94c 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2003-07-28 Jean-Marc Lasgouttes + + * insettabular.C (write): remove extra space + 2003-07-28 Martin Vermeer * insetnote.C: Umpf. Hope I *now* get it right :-( diff --git a/src/insets/insettabular.C b/src/insets/insettabular.C index 6cfbe6d738..c001980299 100644 --- a/src/insets/insettabular.C +++ b/src/insets/insettabular.C @@ -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); } -- 2.39.2