vulkaninfo: fix indent with for present support
authorCharles Giessen <charles@lunarg.com>
Tue, 2 Jun 2020 17:20:12 +0000 (11:20 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 2 Jun 2020 18:11:28 +0000 (12:11 -0600)
Change-Id: I6fafdfac5d508cb02026c4cf1d1dbf7adf866bd4

vulkaninfo/vulkaninfo.cpp

index ede784b..68d4131 100644 (file)
@@ -377,7 +377,7 @@ void GpuDumpQueueProps(Printer &p, std::vector<SurfaceExtension> &surfaces, AppQ
     p.PrintKeyValue("timestampValidBits", queue.props.timestampValidBits, 27);
 
     if (queue.is_present_platform_agnostic) {
-        p.PrintKeyString("present support", queue.platforms_support_present ? "true" : "false");
+        p.PrintKeyString("present support", queue.platforms_support_present ? "true" : "false", 27);
     } else {
         size_t width = 0;
         for (auto &surface : surfaces) {