2014-09-19 19:34 GMT+08:00 Huw Davies huw@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.