[USER32] Follow-up of e1f8b32; Delete unnecessary empty line

CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2022-11-13 11:50:54 +09:00
parent e1f8b32c3d
commit 6b53f6d824

View file

@ -1080,7 +1080,6 @@ ImeWndProc_common(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, BOOL unicod
break;
}
Finish:
if (unicode)
return DefWindowProcW(hwnd, msg, wParam, lParam);