소스 검색

Tests/FindVulkan: Run clang-format

Brad King 9 년 전
부모
커밋
b8a00b6721
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
 
   if (instance != VK_NULL_HANDLE) {
-      vkDestroyInstance (instance, NULL);
+    vkDestroyInstance(instance, NULL);
   }
 
   return 0;