bug 14640: add pNext/sType to VkDeviceQueueCreateInfo
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index 12015e3..0fb52be 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.c
@@ -126,8 +126,8 @@
 }
 
 static VkResult dev_create_queues(struct nulldrv_dev *dev,
-                                    const VkDeviceQueueCreateInfo *queues,
-                                    uint32_t count)
+                                  const VkDeviceQueueCreateInfo *queues,
+                                  uint32_t count)
 {
     uint32_t i;