Dylan Smith : richedit: Removed space in front of function signature.

Alexandre Julliard julliard at winehq.org
Mon Sep 22 07:03:44 CDT 2008


Module: wine
Branch: master
Commit: f78a8419739cd2596b1633132ae6def5d2b7e894
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f78a8419739cd2596b1633132ae6def5d2b7e894

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Fri Sep 19 11:37:27 2008 -0400

richedit: Removed space in front of function signature.

---

 dlls/riched20/paint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/riched20/paint.c b/dlls/riched20/paint.c
index eba37ef..2955594 100644
--- a/dlls/riched20/paint.c
+++ b/dlls/riched20/paint.c
@@ -1099,7 +1099,7 @@ void ME_Scroll(ME_TextEditor *editor, int value, int type)
 }
 
  
- void ME_UpdateScrollBar(ME_TextEditor *editor)
+void ME_UpdateScrollBar(ME_TextEditor *editor)
 { 
   /* Note that this is the only function that should ever call SetScrolLInfo
    * with SIF_PAGE or SIF_RANGE. SetScrollPos and SetScrollRange should never




More information about the wine-cvs mailing list