From 7bdd103b3ddcc207d07c9580e3765e65789344c7 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 10 Apr 2018 10:12:45 -0700 Subject: [PATCH] vhost: fix indentation in vhost_user.h Change-Id: Ib77a219e02a5cde69293eb1f7002507cf4930ae3 Fixes: 90c0e2441077 ("vhost_user_nvme: add vhost user nvme target to SPDK") Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/407193 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- lib/vhost/rte_vhost/vhost_user.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/vhost/rte_vhost/vhost_user.h b/lib/vhost/rte_vhost/vhost_user.h index 5b18a3c5b..702637fdc 100644 --- a/lib/vhost/rte_vhost/vhost_user.h +++ b/lib/vhost/rte_vhost/vhost_user.h @@ -130,9 +130,9 @@ enum VhostUserNvmeQueueTypes { }; typedef struct VhostUserNvmeIO { - enum VhostUserNvmeQueueTypes queue_type; - uint32_t qid; - uint32_t tail_head; + enum VhostUserNvmeQueueTypes queue_type; + uint32_t qid; + uint32_t tail_head; } VhostUserNvmeIO; typedef struct VhostUserMsg {