[PATCH] conhost: Correct whitespace placement in a TRACE()

Michael Stefaniuc mstefani at winehq.org
Mon Oct 5 16:22:44 CDT 2020


Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
---
 programs/conhost/conhost.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/conhost/conhost.c b/programs/conhost/conhost.c
index ac0e22b4c42..a54238c80f6 100644
--- a/programs/conhost/conhost.c
+++ b/programs/conhost/conhost.c
@@ -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) );
-- 
2.26.2




More information about the wine-devel mailing list