diff options
author | Hal Canary <halcanary@google.com> | 2018-07-11 16:10:14 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-07-16 13:59:36 +0000 |
commit | 1419534a0079618b9c12edd74fd756e36b0523bf (patch) | |
tree | 46e83a5a3c46cdf5aa70f48c2ed73b81874f481a /third_party/vulkan | |
parent | 7e83f89dd67e7c66d853e78b4630450bfb406de0 (diff) |
Whitespace cleanup again
Change-Id: I38ab9ff141eb088084a4c0e664f327ceb89fcf70
Reviewed-on: https://skia-review.googlesource.com/140784
Commit-Queue: Hal Canary <halcanary@google.com>
Auto-Submit: Hal Canary <halcanary@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Diffstat (limited to 'third_party/vulkan')
-rw-r--r-- | third_party/vulkan/vulkan/vulkan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/vulkan/vulkan/vulkan.h b/third_party/vulkan/vulkan/vulkan.h index c981c6fe11..bad417ccbf 100644 --- a/third_party/vulkan/vulkan/vulkan.h +++ b/third_party/vulkan/vulkan/vulkan.h @@ -51,7 +51,7 @@ extern "C" { #define VK_NULL_HANDLE 0 - + #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -64,7 +64,7 @@ extern "C" { #define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef uint64_t object; #endif #endif - + typedef uint32_t VkFlags; |