Formatting.

This commit is contained in:
Dr. Chat 2016-03-25 16:44:25 -05:00
parent a5a31cf123
commit d7599c817f
1 changed files with 1 additions and 3 deletions

View File

@ -39,9 +39,7 @@ class Fence {
fence_ = nullptr;
}
VkResult status() const {
return vkGetFenceStatus(device_, fence_);
}
VkResult status() const { return vkGetFenceStatus(device_, fence_); }
VkFence fence() const { return fence_; }
operator VkFence() const { return fence_; }