[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
[reactos.git] / dll / win32 / shell32 / dialogs / dialogs.cpp
index 475f5e8..832e32c 100644 (file)
@@ -1149,7 +1149,7 @@ BOOL DrawIconOnOwnerDrawnButtons(DRAWITEMSTRUCT* pdis, PLOGOFF_DLG_CONTEXT pCont
                 case ODA_DRAWENTIRE:
                 case ODA_FOCUS:
                 case ODA_SELECT:
-                {    
+                {
                     y = BUTTON_LOG_OFF;
                     if (pdis->itemState & ODS_SELECTED)
                     {
@@ -1172,7 +1172,7 @@ BOOL DrawIconOnOwnerDrawnButtons(DRAWITEMSTRUCT* pdis, PLOGOFF_DLG_CONTEXT pCont
                 case ODA_DRAWENTIRE:
                 case ODA_FOCUS:
                 case ODA_SELECT:
-                {    
+                {
                     y = BUTTON_SWITCH_USER;
                     if (pdis->itemState & ODS_SELECTED)
                     {
@@ -1201,7 +1201,7 @@ BOOL DrawIconOnOwnerDrawnButtons(DRAWITEMSTRUCT* pdis, PLOGOFF_DLG_CONTEXT pCont
     /* Draw it on the required button */
     bRet = BitBlt(pdis->hDC,
                   (rect.right - rect.left - CX_BITMAP) / 2,
-                  (rect.bottom - rect.top - CY_BITMAP) / 2, 
+                  (rect.bottom - rect.top - CY_BITMAP) / 2,
                   CX_BITMAP, CY_BITMAP, hdcMem, 0, y, SRCCOPY);
 
     SelectObject(hdcMem, hbmOld);
@@ -1480,7 +1480,7 @@ INT_PTR CALLBACK LogOffDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lP
         case WM_CTLCOLORSTATIC:
         {
             /* Either make background transparent or fill it with color for required static controls */
-            HDC hdcStatic = (HDC)wParam;            
+            HDC hdcStatic = (HDC)wParam;
             UINT StaticID = (UINT)GetWindowLongPtrW((HWND)lParam, GWL_ID);
 
             switch (StaticID)