Explorar o código

Tests/FindVulkan: Run clang-format

Brad King %!s(int64=9) %!d(string=hai) anos
pai
achega
b8a00b6721
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Tests/FindVulkan/Test/main.c

+ 1 - 1
Tests/FindVulkan/Test/main.c

@@ -22,7 +22,7 @@ int main()
   // error if no driver is found - but if we get here, FindVulkan is working
 
   if (instance != VK_NULL_HANDLE) {
-      vkDestroyInstance (instance, NULL);
+    vkDestroyInstance(instance, NULL);
   }
 
   return 0;