Commit 8bfdc84a authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

conhost: Correct whitespace placement in a TRACE().

parent 568e3e8b
......@@ -2477,7 +2477,7 @@ static NTSTATUS console_input_ioctl( struct console *console, unsigned int code,
case IOCTL_CONDRV_PEEK:
{
void *result;
TRACE( "peek\n ");
TRACE( "peek\n" );
if (in_size) return STATUS_INVALID_PARAMETER;
ensure_tty_input_thread( console );
*out_size = min( *out_size, console->record_count * sizeof(INPUT_RECORD) );
......
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