From ed391467a5cd98310d303c69bc9810367d951346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 12 Feb 2016 17:21:32 +0000 Subject: [PATCH] [SYSICON]: Whitespace fixes only. svn path=/trunk/; revision=70714 --- rostests/win32/user32/sysicon/sysicon.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rostests/win32/user32/sysicon/sysicon.c b/rostests/win32/user32/sysicon/sysicon.c index 6271a6af02d..34f78dad0ee 100644 --- a/rostests/win32/user32/sysicon/sysicon.c +++ b/rostests/win32/user32/sysicon/sysicon.c @@ -76,7 +76,7 @@ int APIENTRY wWinMain(HINSTANCE hInst, 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 @@ int APIENTRY wWinMain(HINSTANCE hInst, 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 @@ int APIENTRY wWinMain(HINSTANCE hInst, 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 @@ int APIENTRY wWinMain(HINSTANCE hInst, 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 @@ int APIENTRY wWinMain(HINSTANCE hInst, 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,