richedit: Removed space in front of function signature. (RESEND)

Dylan Smith dylan.ah.smith at gmail.com
Fri Sep 19 10:37:27 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:

72d754108ac2648d24e0a317720044ce50786bb9
richedit: Removed a redundant condition.

87292d81ee9695341efbcc6260c7d0564d75df5b
richedit: Avoid unconditionally rewrapping text on scroll.

da058cbf6715aa96ef400fa7b59d9c5349e740ab
richedit: Handle deletion at the end of text properly.

Reason for resend: Quoted the examples to not confuse the patchwatcher.
---
 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/bf843085/attachment.txt 


More information about the wine-patches mailing list