On Sat, Jan 29, 2011 at 10:43:54AM +0100, Pavel Sanda wrote:

> for...@lyx.org wrote:
> > Author: forenr
> > Date: Sat Jan 29 03:41:13 2011
> > New Revision: 37360
> > URL: http://www.lyx.org/trac/changeset/37360
> > 
> > Log:
> > Introduce a wrapper class for odocstream to help ensuring that no
> ...
> > @@ -1065,12 +1065,11 @@
> >     if (was_title && !already_title) {
> >             if (tclass.titletype() == TITLE_ENVIRONMENT) {
> >                     os << "\\end{" << from_ascii(tclass.titlename())
> > -                       << "}\n";
> > -           }
> > -           else {
> > +                      << "}\n";
> > +           } else {
> >                     os << "\\" << from_ascii(tclass.titlename())
> > -                       << "\n";
> > -                           }
> > +                      << "\n";
> > +           }
> 
> just checking, whether disappearing of '}' was intended

If you look closely, it was simply reformatted from

> > -           }
> > -           else {
> >                     os << "\\" << from_ascii(tclass.titlename())
> > -                       << "\n";
> > -                           }

to

> > +           } else {
> >                     os << "\\" << from_ascii(tclass.titlename())
> > +                      << "\n";
> > +           }

-- 
Enrico

Reply via email to