Fix clang-format problems that were included

* My git hook got silently broken :(.
This commit is contained in:
baldurk
2017-06-21 22:20:00 +01:00
parent 391e0966af
commit 08cbddf063
2 changed files with 6 additions and 5 deletions
@@ -1318,7 +1318,7 @@ QVector<BoundResource> CommonPipelineState::GetOutputTargets()
int idx = 0;
ret.resize(rp.colorAttachments.count+rp.resolveAttachments.count);
ret.resize(rp.colorAttachments.count + rp.resolveAttachments.count);
for(int i = 0; i < rp.colorAttachments.count; i++)
{
if(rp.colorAttachments[i] < (uint32_t)fb.attachments.count)