mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00:00
render/vulkan: remove extra newline
This commit is contained in:
parent
92b726ef67
commit
74e8fd8a9a
@ -4,7 +4,6 @@
|
||||
|
||||
int vulkan_find_mem_type(struct wlr_vk_device *dev,
|
||||
VkMemoryPropertyFlags flags, uint32_t req_bits) {
|
||||
|
||||
VkPhysicalDeviceMemoryProperties props;
|
||||
vkGetPhysicalDeviceMemoryProperties(dev->phdev, &props);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user