qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v4 4/8] qtest: Fix whitespace


From: Alastair D'Silva
Subject: [Qemu-devel] [PATCH v4 4/8] qtest: Fix whitespace
Date: Thu, 15 Dec 2016 16:48:08 +1100

From: Alastair D'Silva <address@hidden>

Fix 2 cases of incorrect indentation

Signed-off-by: Alastair D'Silva <address@hidden>
---
 qtest.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qtest.c b/qtest.c
index a947892..143077e 100644
--- a/qtest.c
+++ b/qtest.c
@@ -309,7 +309,7 @@ static void qtest_process_command(CharBackend *chr, gchar 
**words)
         if (!dev) {
             qtest_send_prefix(chr);
             qtest_send(chr, "FAIL Unknown device\n");
-           return;
+            return;
         }
 
         if (irq_intercept_dev) {
@@ -319,7 +319,7 @@ static void qtest_process_command(CharBackend *chr, gchar 
**words)
             } else {
                 qtest_send(chr, "OK\n");
             }
-           return;
+            return;
         }
 
         QLIST_FOREACH(ngl, &dev->gpios, node) {
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]