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

This commit is contained in:
Francois Gouget 2009-05-04 10:50:24 +02:00 committed by Alexandre Julliard
parent fc7a85470c
commit 51fbc569d6
1 changed files with 1 additions and 1 deletions

View File

@ -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);