Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
i0x404 authored Aug 22, 2024
1 parent 8f25ac5 commit e029a82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/video_core/renderer_vulkan/vk_stream_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e029a82

Please sign in to comment.