Skip to content

Commit

Permalink
apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Upliner authored and github-actions[bot] committed Oct 17, 2024
1 parent 1f8d79a commit c15d345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2321,7 +2321,8 @@ void VulkanDevicePrivate::destroy_dummy_buffer_image()
dummy_image_readonly.release();
#endif

if (dummy_allocator) {
if (dummy_allocator)
{
delete dummy_allocator;
dummy_allocator = 0;
}
Expand Down

0 comments on commit c15d345

Please sign in to comment.