Skip to content

Commit a39edf4

Browse files
committed
style: lints
1 parent 0934c3b commit a39edf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-vulkan/ggml-vulkan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11460,7 +11460,7 @@ void ggml_backend_vk_get_device_memory(int device, size_t * free, size_t * total
1146011460
vk::PhysicalDeviceMemoryBudgetPropertiesEXT budgetprops;
1146111461
vk::PhysicalDeviceMemoryProperties2 memprops = {};
1146211462
bool membudget_supported = vk_instance.device_supports_membudget[device];
11463-
11463+
1146411464
if (membudget_supported) {
1146511465
memprops.pNext = &budgetprops;
1146611466
}

0 commit comments

Comments
 (0)