Fix whitespace

This commit is contained in:
Jon Leech 2018-10-28 22:11:13 -07:00
parent 099174883d
commit 1858598fe0
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ extern "C" {
#define VK_NULL_HANDLE 0
#define VK_DEFINE_HANDLE(object) typedef struct object##_T* object;
@ -60,7 +60,7 @@ extern "C" {
#define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef uint64_t object;
#endif
#endif
typedef uint32_t VkFlags;