Explorar el Código

Merge topic 'add-FindVulkan'

b8a00b67 Tests/FindVulkan: Run clang-format
Brad King hace 9 años
padre
commit
ba92e11f8b
Se han modificado 1 ficheros con 1 adiciones y 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;