From 85dbd823c410a2817b077e2c6d1ee0cda7e247dd Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Thu, 26 Jan 2017 13:34:13 -0700 Subject: repo: Clang-format LVL source files using Google Switch clang-format standard from the LLVM style to the Google style for more consistency. Change-Id: I247c4abc275d7873a91522e1e234198adaa24033 --- loader/extensions.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'loader/extensions.c') diff --git a/loader/extensions.c b/loader/extensions.c index 0b5c0002..fb05809f 100644 --- a/loader/extensions.c +++ b/loader/extensions.c @@ -425,7 +425,7 @@ VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryWin32HandleNV(VkDevice device, VkDevic return disp->GetMemoryWin32HandleNV(device, memory, handleType, pHandle); } -#endif // VK_USE_PLATFORM_WIN32_KHR +#endif // VK_USE_PLATFORM_WIN32_KHR // Definitions for the VK_NVX_device_generated_commands @@ -573,7 +573,7 @@ bool extension_instance_gpa(struct loader_instance *ptr_instance, const char *na return true; } -#endif // VK_USE_PLATFORM_XLIB_XRANDR_EXT +#endif // VK_USE_PLATFORM_XLIB_XRANDR_EXT // Definitions for the VK_EXT_debug_marker extension commands which // need to have a terminator function. Since these are device @@ -631,7 +631,7 @@ bool extension_instance_gpa(struct loader_instance *ptr_instance, const char *na return true; } -#endif // VK_USE_PLATFORM_WIN32_KHR +#endif // VK_USE_PLATFORM_WIN32_KHR // Functions for the VK_NVX_device_generated_commands extension -- cgit v1.2.3