Module: wine Branch: master Commit: 51fbc569d64d969efdce1bc3909ee8835c03f6b4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=51fbc569d64d969efdce1bc390...
Author: Francois Gouget fgouget@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);