vulkan: delete trailing namespace
authorConstantine Shablya <constantine.shablya@collabora.com>
Wed, 15 Mar 2023 15:45:58 +0000 (17:45 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 16 Mar 2023 08:23:28 +0000 (08:23 +0000)
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21754>

src/vulkan/runtime/meson.build

index 4024c56..1d14ed9 100644 (file)
@@ -209,7 +209,7 @@ idep_vulkan_common_entrypoints_h = declare_dependency(
 
 # This is likely a bug in the Meson VS backend, as MSVC with ninja works fine.
 # See this discussion here:
-# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10506 
+# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10506
 if get_option('backend').startswith('vs')
   idep_vulkan_runtime = declare_dependency(
     link_with : libvulkan_runtime,