From e029a820f81111d08313aa9886324cf716db58d3 Mon Sep 17 00:00:00 2001 From: Jugurta <74503778+i0x404@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:57:38 +0000 Subject: [PATCH] clang format --- src/video_core/renderer_vulkan/vk_stream_buffer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/video_core/renderer_vulkan/vk_stream_buffer.cpp b/src/video_core/renderer_vulkan/vk_stream_buffer.cpp index 735fc34b9..c28be1ff2 100644 --- a/src/video_core/renderer_vulkan/vk_stream_buffer.cpp +++ b/src/video_core/renderer_vulkan/vk_stream_buffer.cpp @@ -80,7 +80,8 @@ u32 GetMemoryType(const vk::PhysicalDeviceMemoryProperties& properties, BufferTy } // If we reach here, we couldn't find any suitable memory type - UNREACHABLE_MSG("Failed to find a suitable memory type for buffer type {}", BufferTypeName(type)); + UNREACHABLE_MSG("Failed to find a suitable memory type for buffer type {}", ++ BufferTypeName(type)); } constexpr u64 WATCHES_INITIAL_RESERVE = 0x4000;