diff --git a/src/video_core/renderer_vulkan/liverpool_to_vk.cpp b/src/video_core/renderer_vulkan/liverpool_to_vk.cpp index 4b85fa9d4..b55b214cd 100644 --- a/src/video_core/renderer_vulkan/liverpool_to_vk.cpp +++ b/src/video_core/renderer_vulkan/liverpool_to_vk.cpp @@ -769,7 +769,8 @@ vk::ClearValue ColorBufferClearValue(const AmdGpu::Liverpool::ColorBuffer& color break; } default: { - LOG_ERROR(Render_Vulkan, "Missing clear color conversion for uint and bits {}", num_bits); + LOG_ERROR(Render_Vulkan, "Missing clear color conversion for uint and bits {}", + num_bits); break; } } @@ -787,7 +788,8 @@ vk::ClearValue ColorBufferClearValue(const AmdGpu::Liverpool::ColorBuffer& color break; } default: { - LOG_ERROR(Render_Vulkan, "Missing clear color conversion for float and bits {}", num_bits); + LOG_ERROR(Render_Vulkan, "Missing clear color conversion for float and bits {}", + num_bits); break; } }