qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6314] cuda: fix indentation
@ 2009-01-15 18:57 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-01-15 18:57 UTC (permalink / raw)
  To: qemu-devel

Revision: 6314
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6314
Author:   aurel32
Date:     2009-01-15 18:57:25 +0000 (Thu, 15 Jan 2009)

Log Message:
-----------
cuda: fix indentation

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Modified Paths:
--------------
    trunk/hw/cuda.c

Modified: trunk/hw/cuda.c
===================================================================
--- trunk/hw/cuda.c	2009-01-15 18:57:15 UTC (rev 6313)
+++ trunk/hw/cuda.c	2009-01-15 18:57:25 UTC (rev 6314)
@@ -563,8 +563,8 @@
         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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-15 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 18:57 [Qemu-devel] [6314] cuda: fix indentation Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).