[PATCH 1/2] riched20: Stub for ITextFont interface and implement ITextRange::GetFont. (try 2)

Jactry Zeng jactry92 at gmail.com
Fri Sep 19 07:38:03 CDT 2014


2014-09-19 19:34 GMT+08:00 Huw Davies <huw at codeweavers.com>:
>
> On Thu, Sep 18, 2014 at 09:15:11PM +0800, Jactry Zeng wrote:
> > +static IRichEditOleImpl *get_reOle(ITextFontImpl *txtFont)
> > +{
> > +  if (txtFont->txtRge)
> > +    return txtFont->txtRge->reOle;
> > +  else
> > +    return txtFont->txtSel->reOle;
> > +}
>
> You're using two-space indents here, while the rest is four-space.
> A couple of these have sneaked in in earlier patches too - make
> sure your editor is set up correctly!

So sorry, because sometime two-space indent was needed in other files
and my editor using two-space default. I will be more carefully next time!
Thanks for your review.

-- 
Regards,
Jactry Zeng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20140919/3d4886ea/attachment.html>


More information about the wine-devel mailing list