Author: hbelusca
Date: Fri Feb 12 17:21:32 2016
New Revision: 70714

URL: http://svn.reactos.org/svn/reactos?rev=70714&view=rev
Log:
[SYSICON]: Whitespace fixes only.

Modified:
    trunk/rostests/win32/user32/sysicon/sysicon.c

Modified: trunk/rostests/win32/user32/sysicon/sysicon.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/win32/user32/sysicon/sysicon.c?rev=70714&r1=70713&r2=70714&view=diff
==============================================================================
--- trunk/rostests/win32/user32/sysicon/sysicon.c       [iso-8859-1] (original)
+++ trunk/rostests/win32/user32/sysicon/sysicon.c       [iso-8859-1] Fri Feb 12 
17:21:32 2016
@@ -76,7 +76,7 @@
 
     memset(&wcx, 0, sizeof(wcx));
     wcx.cbSize = sizeof(wcx);
-    wcx.lpfnWndProc = (WNDPROC) WndProc;
+    wcx.lpfnWndProc = (WNDPROC)WndProc;
     wcx.hInstance = hInst;
     wcx.hbrBackground = (HBRUSH)COLOR_WINDOW;
     wcx.lpszClassName = WndClass;
@@ -92,7 +92,7 @@
     hWnd1a = CreateWindowExW(WS_EX_DLGMODALFRAME,
                              WndClass,
                              L"WS_SYSMENU | WS_EX_DLGMODALFRAME without user 
icon",
-                             WS_CAPTION | WS_SYSMENU ,
+                             WS_CAPTION | WS_SYSMENU,
                              CW_USEDEFAULT, CW_USEDEFAULT,
                              400, 100,
                              NULL, 0,
@@ -107,7 +107,7 @@
     hWnd1b = CreateWindowExW(WS_EX_DLGMODALFRAME,
                              WndClass,
                              L"WS_SYSMENU | WS_EX_DLGMODALFRAME with user 
icon",
-                             WS_CAPTION | WS_SYSMENU ,
+                             WS_CAPTION | WS_SYSMENU,
                              CW_USEDEFAULT, CW_USEDEFAULT,
                              400, 100,
                              NULL, 0,
@@ -124,7 +124,7 @@
     hWnd2a = CreateWindowExW(WS_EX_TOOLWINDOW,
                              WndClass,
                              L"WS_SYSMENU | WS_EX_TOOLWINDOW without user 
icon",
-                             WS_CAPTION | WS_SYSMENU ,
+                             WS_CAPTION | WS_SYSMENU,
                              CW_USEDEFAULT, CW_USEDEFAULT,
                              400, 100,
                              NULL, 0,
@@ -138,7 +138,7 @@
     hWnd2b = CreateWindowExW(WS_EX_TOOLWINDOW,
                              WndClass,
                              L"WS_SYSMENU | WS_EX_TOOLWINDOW with user icon",
-                             WS_CAPTION | WS_SYSMENU ,
+                             WS_CAPTION | WS_SYSMENU,
                              CW_USEDEFAULT, CW_USEDEFAULT,
                              400, 100,
                              NULL, 0,


Reply via email to