richedit: Removed space in front of function signature.

Dylan Smith dylan.ah.smith at gmail.com
Fri Sep 19 09:56:14 CDT 2008


I don't normally make format only patches, but this space was resulting
in my patches changing the contents of the function ME_UpdateScrollBar,
to appear as if they are changing the previous function ME_Scroll in the
hunk header line of the patch.

e.g.
@@ -1119,9 +1119,8 @@ void ME_Scroll(ME_TextEditor *editor, int value, int type)
is shown instead of
@@ -1119,8 +1119,9 @@ void ME_UpdateScrollBar(ME_TextEditor *editor)

My last three patches are examples of this:

commit 72d754108ac2648d24e0a317720044ce50786bb9
richedit: Removed a redundant condition.

commit 87292d81ee9695341efbcc6260c7d0564d75df5b
richedit: Avoid unconditionally rewrapping text on scroll.

commit da058cbf6715aa96ef400fa7b59d9c5349e740ab
richedit: Handle deletion at the end of text properly.
---
 dlls/riched20/paint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Removed-space-in-front-of-function-sign.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080919/b37bfdfa/attachment.txt 


More information about the wine-patches mailing list