mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 11:15:19 +00:00
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
This commit is contained in:
parent
5703c174ff
commit
c76ee25de4
@ -563,8 +563,8 @@ static void cuda_receive_packet(CUDAState *s,
|
|||||||
obuf[0] = CUDA_PACKET;
|
obuf[0] = CUDA_PACKET;
|
||||||
obuf[1] = 0;
|
obuf[1] = 0;
|
||||||
cuda_send_packet_to_host(s, obuf, 2);
|
cuda_send_packet_to_host(s, obuf, 2);
|
||||||
qemu_system_shutdown_request();
|
qemu_system_shutdown_request();
|
||||||
break;
|
break;
|
||||||
case CUDA_RESET_SYSTEM:
|
case CUDA_RESET_SYSTEM:
|
||||||
obuf[0] = CUDA_PACKET;
|
obuf[0] = CUDA_PACKET;
|
||||||
obuf[1] = 0;
|
obuf[1] = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user