Alexandre Julliard : user32/tests: Don' t add a newline before dumping the flag values.

Alexandre Julliard julliard at winehq.org
Wed Jun 4 06:35:35 CDT 2008


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun  4 12:34:27 2008 +0200

user32/tests: Don't add a newline before dumping the flag values.

---

 dlls/user32/tests/msg.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index f87d101..62797e1 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -2789,7 +2789,7 @@ static LRESULT WINAPI mdi_client_hook_proc(HWND hwnd, UINT message, WPARAM wPara
                 WINDOWPOS *winpos = (WINDOWPOS *)lParam;
 
                 trace("%s\n", (message == WM_WINDOWPOSCHANGING) ? "WM_WINDOWPOSCHANGING" : "WM_WINDOWPOSCHANGED");
-                trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x\n",
+                trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x ",
                       winpos->hwnd, winpos->hwndInsertAfter,
                       winpos->x, winpos->y, winpos->cx, winpos->cy, winpos->flags);
                 dump_winpos_flags(winpos->flags);
@@ -2840,7 +2840,7 @@ static LRESULT WINAPI mdi_child_wnd_proc(HWND hwnd, UINT message, WPARAM wParam,
                 WINDOWPOS *winpos = (WINDOWPOS *)lParam;
 
                 trace("%s\n", (message == WM_WINDOWPOSCHANGING) ? "WM_WINDOWPOSCHANGING" : "WM_WINDOWPOSCHANGED");
-                trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x\n",
+                trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x ",
                       winpos->hwnd, winpos->hwndInsertAfter,
                       winpos->x, winpos->y, winpos->cx, winpos->cy, winpos->flags);
                 dump_winpos_flags(winpos->flags);
@@ -2909,7 +2909,7 @@ static LRESULT WINAPI mdi_frame_wnd_proc(HWND hwnd, UINT message, WPARAM wParam,
                 WINDOWPOS *winpos = (WINDOWPOS *)lParam;
 
                 trace("%s\n", (message == WM_WINDOWPOSCHANGING) ? "WM_WINDOWPOSCHANGING" : "WM_WINDOWPOSCHANGED");
-                trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x\n",
+                trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x ",
                       winpos->hwnd, winpos->hwndInsertAfter,
                       winpos->x, winpos->y, winpos->cx, winpos->cy, winpos->flags);
                 dump_winpos_flags(winpos->flags);
@@ -3554,7 +3554,7 @@ static INT_PTR CALLBACK TestModalDlgProcA(HWND hwnd, UINT message, WPARAM wParam
             WINDOWPOS *winpos = (WINDOWPOS *)lParam;
 
             trace("%s\n", (message == WM_WINDOWPOSCHANGING) ? "WM_WINDOWPOSCHANGING" : "WM_WINDOWPOSCHANGED");
-            trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x\n",
+            trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x ",
                   winpos->hwnd, winpos->hwndInsertAfter,
                   winpos->x, winpos->y, winpos->cx, winpos->cy, winpos->flags);
             dump_winpos_flags(winpos->flags);
@@ -6516,7 +6516,7 @@ static LRESULT MsgCheckProc (BOOL unicode, HWND hwnd, UINT message,
             WINDOWPOS *winpos = (WINDOWPOS *)lParam;
 
             trace("%s\n", (message == WM_WINDOWPOSCHANGING) ? "WM_WINDOWPOSCHANGING" : "WM_WINDOWPOSCHANGED");
-            trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x\n",
+            trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x ",
                   winpos->hwnd, winpos->hwndInsertAfter,
                   winpos->x, winpos->y, winpos->cx, winpos->cy, winpos->flags);
             dump_winpos_flags(winpos->flags);
@@ -6670,7 +6670,7 @@ static LRESULT WINAPI ParentMsgCheckProcA(HWND hwnd, UINT message, WPARAM wParam
                 WINDOWPOS *winpos = (WINDOWPOS *)lParam;
 
                 trace("%s\n", (message == WM_WINDOWPOSCHANGING) ? "WM_WINDOWPOSCHANGING" : "WM_WINDOWPOSCHANGED");
-                trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x\n",
+                trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x ",
                       winpos->hwnd, winpos->hwndInsertAfter,
                       winpos->x, winpos->y, winpos->cx, winpos->cy, winpos->flags);
                 dump_winpos_flags(winpos->flags);
@@ -6759,7 +6759,7 @@ static LRESULT WINAPI TestDlgProcA(HWND hwnd, UINT message, WPARAM wParam, LPARA
             WINDOWPOS *winpos = (WINDOWPOS *)lParam;
 
             trace("%s\n", (message == WM_WINDOWPOSCHANGING) ? "WM_WINDOWPOSCHANGING" : "WM_WINDOWPOSCHANGED");
-            trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x\n",
+            trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x ",
                   winpos->hwnd, winpos->hwndInsertAfter,
                   winpos->x, winpos->y, winpos->cx, winpos->cy, winpos->flags);
             dump_winpos_flags(winpos->flags);
@@ -9738,7 +9738,7 @@ static INT_PTR WINAPI test_dlg_proc(HWND hwnd, UINT message, WPARAM wParam, LPAR
         WINDOWPOS *winpos = (WINDOWPOS *)lParam;
 
         trace("%s\n", (message == WM_WINDOWPOSCHANGING) ? "WM_WINDOWPOSCHANGING" : "WM_WINDOWPOSCHANGED");
-        trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x\n",
+        trace("%p after %p, x %d, y %d, cx %d, cy %d flags %08x ",
               winpos->hwnd, winpos->hwndInsertAfter,
               winpos->x, winpos->y, winpos->cx, winpos->cy, winpos->flags);
         dump_winpos_flags(winpos->flags);




More information about the wine-cvs mailing list