Commit c76ee25de48ab27a89fc6886256def0900ba7b60
1 parent
5703c174
cuda: fix indentation
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6314 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
2 deletions
hw/cuda.c
... | ... | @@ -563,8 +563,8 @@ static void cuda_receive_packet(CUDAState *s, |
563 | 563 | obuf[0] = CUDA_PACKET; |
564 | 564 | obuf[1] = 0; |
565 | 565 | cuda_send_packet_to_host(s, obuf, 2); |
566 | - qemu_system_shutdown_request(); | |
567 | - break; | |
566 | + qemu_system_shutdown_request(); | |
567 | + break; | |
568 | 568 | case CUDA_RESET_SYSTEM: |
569 | 569 | obuf[0] = CUDA_PACKET; |
570 | 570 | obuf[1] = 0; | ... | ... |