Skip to content

Commit b85149c

Browse files
committed
Ran clang-format
1 parent a5e1fcf commit b85149c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vsg/state/DescriptorSet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void DescriptorSet::compile(Context& context)
7878

7979
if (setLayout->bindings.size() != descriptors.size())
8080
{
81-
throw Exception{make_string("Error: invalid DescriptorSet as setLayout bindings size (", setLayout->bindings.size() , ") and descriptors size ", descriptors.size(), ") not equal."), VK_INCOMPLETE};
81+
throw Exception{make_string("Error: invalid DescriptorSet as setLayout bindings size (", setLayout->bindings.size(), ") and descriptors size ", descriptors.size(), ") not equal."), VK_INCOMPLETE};
8282
}
8383

8484
// make sure all the contributing objects are compiled

0 commit comments

Comments
 (0)