You seem to have a lot of unrelated white-space changes.
BOOL WINAPI ImmReleaseContext(HWND hWnd, HIMC hIMC) {
- static BOOL shown = FALSE;
- if (!shown) {
FIXME("(%p, %p): stub\n", hWnd, hIMC);
shown = TRUE;
- }
- return TRUE;
- TRACE("(%p, %p): stub\n", hWnd, hIMC);
- return TRUE;
}
What's the point behind this change?
Regards, Fabian Maurer