imm32: Indentation fix

Andrew Talbot andrew.talbot at talbotville.com
Mon May 26 10:23:51 CDT 2008


Changelog:
    imm32: Indentation fix.

diff --git a/dlls/imm32/imm.c b/dlls/imm32/imm.c
index 94b7752..16e8b10 100644
--- a/dlls/imm32/imm.c
+++ b/dlls/imm32/imm.c
@@ -1908,7 +1908,7 @@ LRESULT WINAPI ImmRequestMessageA(HIMC hIMC, WPARAM wParam, LPARAM lParam)
     if (data && IsWindow(data->IMC.hWnd))
         return SendMessageA(data->IMC.hWnd, WM_IME_REQUEST, wParam, lParam);
 
-     return 0;
+    return 0;
 }
 
 /***********************************************************************
@@ -1923,7 +1923,7 @@ LRESULT WINAPI ImmRequestMessageW(HIMC hIMC, WPARAM wParam, LPARAM lParam)
     if (data && IsWindow(data->IMC.hWnd))
         return SendMessageW(data->IMC.hWnd, WM_IME_REQUEST, wParam, lParam);
 
-     return 0;
+    return 0;
 }
 
 /***********************************************************************



More information about the wine-patches mailing list