conhost: Correct whitespace placement in a TRACE().

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2020-10-05 23:22:44 +02:00 committed by Alexandre Julliard
parent 568e3e8b69
commit 8bfdc84a19

View file

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