[PATCH] winex11.drv: Fix indentation for focus_out

Andrew Eikum aeikum at codeweavers.com
Wed Aug 22 13:49:00 CDT 2018


Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
---
It's a whitespace change, I know, but this space character is messing
up Git's C function detection, causing diffs in focus_out to appear as
if they are in X11DRV_FocusIn.

---
 dlls/winex11.drv/event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winex11.drv/event.c b/dlls/winex11.drv/event.c
index 4aee41586f..8fe6b363c2 100644
--- a/dlls/winex11.drv/event.c
+++ b/dlls/winex11.drv/event.c
@@ -786,7 +786,7 @@ static BOOL X11DRV_FocusIn( HWND hwnd, XEvent *xev )
 /**********************************************************************
  *              focus_out
  */
- static void focus_out( Display *display , HWND hwnd )
+static void focus_out( Display *display , HWND hwnd )
  {
     HWND hwnd_tmp;
     Window focus_win;
-- 
2.18.0




More information about the wine-devel mailing list