Removed trailing whitespace.
diff --git a/dlls/comctl32/commctrl.c b/dlls/comctl32/commctrl.c
index 286fa69..7b36120 100644
--- a/dlls/comctl32/commctrl.c
+++ b/dlls/comctl32/commctrl.c
@@ -1,4 +1,4 @@
-/*
+/*
* Common controls functions
*
* Copyright 1997 Dimitrie O. Paun
@@ -274,7 +274,7 @@
/***********************************************************************
- * ShowHideMenuCtl [COMCTL32.3]
+ * ShowHideMenuCtl [COMCTL32.3]
*
* Shows or hides controls and updates the corresponding menu item.
*
@@ -497,9 +497,9 @@
HWND WINAPI
CreateStatusWindowA (INT style, LPCSTR text, HWND parent, UINT wid)
{
- return CreateWindowA(STATUSCLASSNAMEA, text, style,
+ return CreateWindowA(STATUSCLASSNAMEA, text, style,
CW_USEDEFAULT, CW_USEDEFAULT,
- CW_USEDEFAULT, CW_USEDEFAULT,
+ CW_USEDEFAULT, CW_USEDEFAULT,
parent, wid, 0, 0);
}
@@ -561,7 +561,7 @@
if (hUD) {
SendMessageA (hUD, UDM_SETBUDDY, buddy, 0);
SendMessageA (hUD, UDM_SETRANGE, 0, MAKELONG(maxVal, minVal));
- SendMessageA (hUD, UDM_SETPOS, 0, MAKELONG(curVal, 0));
+ SendMessageA (hUD, UDM_SETPOS, 0, MAKELONG(curVal, 0));
}
return hUD;
@@ -936,7 +936,7 @@
*/
HRESULT WINAPI COMCTL32_DllInstall(BOOL bInstall, LPCWSTR cmdline)
{
- FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE",
+ FIXME("(%s, %s): stub\n", bInstall?"TRUE":"FALSE",
debugstr_w(cmdline));
return S_OK;