[SYSICON]: Whitespace fixes only.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 12 Feb 2016 17:21:32 +0000 (17:21 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 12 Feb 2016 17:21:32 +0000 (17:21 +0000)
svn path=/trunk/; revision=70714

rostests/win32/user32/sysicon/sysicon.c

index 6271a6a..34f78da 100644 (file)
@@ -76,7 +76,7 @@ int APIENTRY wWinMain(HINSTANCE hInst,
 
     memset(&wcx, 0, sizeof(wcx));
     wcx.cbSize = sizeof(wcx);
 
     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;
     wcx.hInstance = hInst;
     wcx.hbrBackground = (HBRUSH)COLOR_WINDOW;
     wcx.lpszClassName = WndClass;
@@ -92,7 +92,7 @@ int APIENTRY wWinMain(HINSTANCE hInst,
     hWnd1a = CreateWindowExW(WS_EX_DLGMODALFRAME,
                              WndClass,
                              L"WS_SYSMENU | WS_EX_DLGMODALFRAME without user icon",
     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,
                              CW_USEDEFAULT, CW_USEDEFAULT,
                              400, 100,
                              NULL, 0,
@@ -107,7 +107,7 @@ int APIENTRY wWinMain(HINSTANCE hInst,
     hWnd1b = CreateWindowExW(WS_EX_DLGMODALFRAME,
                              WndClass,
                              L"WS_SYSMENU | WS_EX_DLGMODALFRAME with user icon",
     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,
                              CW_USEDEFAULT, CW_USEDEFAULT,
                              400, 100,
                              NULL, 0,
@@ -124,7 +124,7 @@ int APIENTRY wWinMain(HINSTANCE hInst,
     hWnd2a = CreateWindowExW(WS_EX_TOOLWINDOW,
                              WndClass,
                              L"WS_SYSMENU | WS_EX_TOOLWINDOW without user icon",
     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,
                              CW_USEDEFAULT, CW_USEDEFAULT,
                              400, 100,
                              NULL, 0,
@@ -138,7 +138,7 @@ int APIENTRY wWinMain(HINSTANCE hInst,
     hWnd2b = CreateWindowExW(WS_EX_TOOLWINDOW,
                              WndClass,
                              L"WS_SYSMENU | WS_EX_TOOLWINDOW with user icon",
     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,
                              CW_USEDEFAULT, CW_USEDEFAULT,
                              400, 100,
                              NULL, 0,