瀏覽代碼

Merge topic 'add-FindVulkan'

b8a00b67 Tests/FindVulkan: Run clang-format
Brad King 9 年之前
父節點
當前提交
ba92e11f8b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
   // error if no driver is found - but if we get here, FindVulkan is working
 
 
   if (instance != VK_NULL_HANDLE) {
   if (instance != VK_NULL_HANDLE) {
-      vkDestroyInstance (instance, NULL);
+    vkDestroyInstance(instance, NULL);
   }
   }
 
 
   return 0;
   return 0;