Commit e464d480 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntoskrnl.exe: Remove a space before a '\n'.

parent b4e7155c
......@@ -725,7 +725,7 @@ NTSTATUS WINAPI IoReportResourceUsage(PUNICODE_STRING name, PDRIVER_OBJECT drv_o
ULONG drv_size, PDRIVER_OBJECT dev_obj, PCM_RESOURCE_LIST dev_list,
ULONG dev_size, BOOLEAN overwrite, PBOOLEAN detected)
{
FIXME("(%s %p %p %u %p %p %u %d %p) stub \n", debugstr_w(name? name->Buffer : NULL),
FIXME("(%s %p %p %u %p %p %u %d %p) stub\n", debugstr_w(name? name->Buffer : NULL),
drv_obj, drv_list, drv_size, dev_obj, dev_list, dev_size, overwrite, detected);
return STATUS_NOT_IMPLEMENTED;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment