Skip to content

Commit

Permalink
Fix format check error
Browse files Browse the repository at this point in the history
  • Loading branch information
locke-lunarg committed Mar 8, 2024
1 parent 27916fa commit 52fb604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions framework/decode/vulkan_cpp_consumer_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,6 @@ void VulkanCppConsumerBase::PrintOutGlobalVar()
fprintf(global_file, " { 0, 0 },\n");
}
}
for (const auto& cur_type : pd_mem_types)
{
}
fprintf(global_file, " },\n");
}
fprintf(global_file, "};\n");
Expand Down
4 changes: 2 additions & 2 deletions tools/tocpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,8 @@ int main(int argc, const char** argv)
std::vector<uint32_t> dimensions;
ValidateAndConvertDimensionArgument(max_dimensions_argument, dimensions);

gfxrecon::decode::VulkanCppConsumer cpp_consumer;
bool result;
gfxrecon::decode::VulkanCppConsumer cpp_consumer;
bool result;

// --captured-swapchain
if (arg_parser.IsOptionSet(g_captured_swapchain_argument.short_option))
Expand Down

0 comments on commit 52fb604

Please sign in to comment.