summary refs log tree commit diff stats
path: root/hw/cuda.c
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-15 18:57:25 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-15 18:57:25 +0000
commitc76ee25de48ab27a89fc6886256def0900ba7b60 (patch)
tree735836b8825d7f216e8298d9b08a1e76d71d9c6c /hw/cuda.c
parent5703c174ff8bd2072e6cb77d87fa3e85c98bf043 (diff)
downloadfocaccia-qemu-c76ee25de48ab27a89fc6886256def0900ba7b60.tar.gz
focaccia-qemu-c76ee25de48ab27a89fc6886256def0900ba7b60.zip
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
Diffstat (limited to 'hw/cuda.c')
-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;