]> git.lyx.org Git - features.git/commitdiff
cosmetic fix
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 28 Jul 2003 13:04:40 +0000 (13:04 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 28 Jul 2003 13:04:40 +0000 (13:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7414 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/insettabular.C

index 0effad0a6b304ca2b3b8a5406540ca67aa4c196d..1df6c2c94c016bb56310a82e3f70734adc2fcce0 100644 (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 :-(
 
index 6cfbe6d7380a20b7e8207387e5d63fc941023303..c0019802996fc46eb5aca9a3397106ba922d917a 100644 (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);
 }