Andrew Eikum : winex11.drv: Fix indentation for focus_out.

Alexandre Julliard julliard at winehq.org
Wed Aug 22 16:12:30 CDT 2018


Module: wine
Branch: master
Commit: 18564c76fc613f61a3e13b7497dde4b29b35194e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=18564c76fc613f61a3e13b7497dde4b29b35194e

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Wed Aug 22 13:49:00 2018 -0500

winex11.drv: Fix indentation for focus_out.

Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 4aee415..8fe6b36 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;




More information about the wine-cvs mailing list