summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hw/cuda.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/cuda.c b/hw/cuda.c
index 3fde6cd9e1..8657b21a5e 100644
--- a/hw/cuda.c
+++ b/hw/cuda.c
@@ -563,8 +563,8 @@ static void cuda_receive_packet(CUDAState *s,
         obuf[0] = CUDA_PACKET;
         obuf[1] = 0;
         cuda_send_packet_to_host(s, obuf, 2);
-	qemu_system_shutdown_request();
-	break;
+        qemu_system_shutdown_request();
+        break;
     case CUDA_RESET_SYSTEM:
         obuf[0] = CUDA_PACKET;
         obuf[1] = 0;