[REACTOS][CPL] Coding style fixes only
[reactos.git] / base / applications / mstsc / connectdialog.c
index 5e3d272..3795a7f 100644 (file)
@@ -944,7 +944,7 @@ DisplayDlgProc(HWND hDlg,
         case WM_DRAWITEM:
         {
             LPDRAWITEMSTRUCT lpDrawItem;
-            lpDrawItem = (LPDRAWITEMSTRUCT) lParam;
+            lpDrawItem = (LPDRAWITEMSTRUCT)lParam;
             if(lpDrawItem->CtlID == IDC_COLORIMAGE)
             {
                 HDC hdcMem;