Commit f78a8419 authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

richedit: Removed space in front of function signature.

parent 0532df61
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment