diff --git a/subsystems/ntvdm/ps2.c b/subsystems/ntvdm/ps2.c index 9fb6bf6e206..cc72ae6ae5a 100644 --- a/subsystems/ntvdm/ps2.c +++ b/subsystems/ntvdm/ps2.c @@ -65,8 +65,8 @@ static BOOLEAN KeyboardQueuePop(BYTE *ScanCode) WaitForSingleObject(QueueMutex, INFINITE); /* - * Recheck whether keyboard queue is not empty (it may - * have been changed after having grabbed the mutex). + * Recheck whether keyboard queue is not empty (it + * may have changed after having grabbed the mutex). */ if (KeyboardQueueEmpty) {