Skip to content

Commit 193aae8

Browse files
committed
Ran clang-format
1 parent 34c36bd commit 193aae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/vsg/vk/SubmitCommands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace vsg
2929
VkResult result = VK_SUCCESS;
3030

3131
auto commandBuffer = commandPool->allocate();
32-
auto state = State::create(Slots{4,4});
32+
auto state = State::create(Slots{4, 4});
3333
state->connect(commandBuffer);
3434

3535
VkCommandBufferBeginInfo beginInfo = {};

0 commit comments

Comments
 (0)