]> Git Repo - qemu.git/blobdiff - tests/vhost-user-test.c
avoid TABs in files that only contain a few
[qemu.git] / tests / vhost-user-test.c
index 45d58d8ea2b43130a5f981a43f815611b8976302..54982f68e7321e7360c204495280e79fb6365104 100644 (file)
@@ -354,8 +354,8 @@ static void chr_read(void *opaque, const uint8_t *buf, int size)
         break;
 
     case VHOST_USER_SET_FEATURES:
-       g_assert_cmpint(msg.payload.u64 & (0x1ULL << VHOST_USER_F_PROTOCOL_FEATURES),
-                       !=, 0ULL);
+        g_assert_cmpint(msg.payload.u64 & (0x1ULL << VHOST_USER_F_PROTOCOL_FEATURES),
+                        !=, 0ULL);
         if (s->test_flags == TEST_FLAGS_DISCONNECT) {
             qemu_chr_fe_disconnect(chr);
             s->test_flags = TEST_FLAGS_BAD;
This page took 0.024218 seconds and 4 git commands to generate.