From: aurel32 Date: Thu, 15 Jan 2009 18:57:25 +0000 (+0000) Subject: cuda: fix indentation X-Git-Tag: stefano.display-merge-end~127 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c76ee25de48ab27a89fc6886256def0900ba7b60;p=qemu-xen-4.5-testing.git cuda: fix indentation Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6314 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/cuda.c b/hw/cuda.c index 3fde6cd9e..8657b21a5 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;