Francois Gouget : msctf/tests: Remove spaces before '\n'.

Alexandre Julliard julliard at winehq.org
Mon May 4 09:06:39 CDT 2009


Module: wine
Branch: master
Commit: 51fbc569d64d969efdce1bc3909ee8835c03f6b4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=51fbc569d64d969efdce1bc3909ee8835c03f6b4

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon May  4 10:50:24 2009 +0200

msctf/tests: Remove spaces before '\n'.

---

 dlls/msctf/tests/inputprocessor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msctf/tests/inputprocessor.c b/dlls/msctf/tests/inputprocessor.c
index ba6d1ee..8173562 100644
--- a/dlls/msctf/tests/inputprocessor.c
+++ b/dlls/msctf/tests/inputprocessor.c
@@ -415,7 +415,7 @@ static void test_KeystrokeMgr(void)
     todo_wine ok(SUCCEEDED(hr),"ITfKeystrokeMgr_PreserveKey failed\n");
 
     hr =ITfKeystrokeMgr_PreserveKey(keymgr, tid, &CLSID_PreservedKey, &tfpk, NULL, 0);
-    todo_wine ok(hr == TF_E_ALREADY_EXISTS,"ITfKeystrokeMgr_PreserveKey inproperly succeeded \n");
+    todo_wine ok(hr == TF_E_ALREADY_EXISTS,"ITfKeystrokeMgr_PreserveKey inproperly succeeded\n");
 
     preserved = FALSE;
     hr = ITfKeystrokeMgr_IsPreservedKey(keymgr, &CLSID_PreservedKey, &tfpk, &preserved);




More information about the wine-cvs mailing list