From 322784a873be43731be6eca906cbfc895fe59f00 Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Tue, 2 Jun 2020 11:20:12 -0600 Subject: vulkaninfo: fix indent with for present support Change-Id: I6fafdfac5d508cb02026c4cf1d1dbf7adf866bd4 --- vulkaninfo/vulkaninfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkaninfo/vulkaninfo.cpp b/vulkaninfo/vulkaninfo.cpp index ede784be..68d4131e 100644 --- a/vulkaninfo/vulkaninfo.cpp +++ b/vulkaninfo/vulkaninfo.cpp @@ -377,7 +377,7 @@ void GpuDumpQueueProps(Printer &p, std::vector &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) { -- cgit v1.2.3