From 6cf4e0a7c8c4b2b6b7f0b0b6e86fd59e9b67c8bf Mon Sep 17 00:00:00 2001 From: "Nakasaka, Masato" Date: Wed, 17 Sep 2025 15:21:24 +0900 Subject: [PATCH] added missing NL --- discover/gpu_info_vulkan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discover/gpu_info_vulkan.c b/discover/gpu_info_vulkan.c index b9599978d..800da6ee0 100644 --- a/discover/gpu_info_vulkan.c +++ b/discover/gpu_info_vulkan.c @@ -235,4 +235,4 @@ void vk_release(vk_handle_t rh) { rh.vk_handle = NULL; } -#endif // __APPLE__ \ No newline at end of file +#endif // __APPLE__