dwrite: Remove a space before a '\n'.

This commit is contained in:
Francois Gouget 2014-09-01 12:12:35 +02:00 committed by Alexandre Julliard
parent 7b7d8374a4
commit 466f9790de
1 changed files with 1 additions and 1 deletions

View File

@ -1515,7 +1515,7 @@ static HRESULT WINAPI localfontfileloader_GetFilePathFromKey(IDWriteLocalFontFil
static HRESULT WINAPI localfontfileloader_GetLastWriteTimeFromKey(IDWriteLocalFontFileLoader *iface, void const *key, UINT32 key_size, FILETIME *writetime)
{
struct dwrite_localfontfileloader *This = impl_from_IDWriteLocalFontFileLoader(iface);
FIXME("(%p)->(%p, %i, %p):stub \n",This, key, key_size, writetime);
FIXME("(%p)->(%p, %i, %p):stub\n",This, key, key_size, writetime);
return E_NOTIMPL;
}