Fixed the codestyle to match our clang-format rules.

This commit is contained in:
Subv 2016-12-14 12:33:49 -05:00
parent ebbb55ec8f
commit 016307ae65
16 changed files with 108 additions and 68 deletions

View file

@ -139,7 +139,7 @@ union MappedBufferDescInfo {
};
inline MappedBufferDescInfo ParseMappedBufferDesc(const u32 desc) {
return{ desc };
return {desc};
}
inline DescriptorType GetDescriptorType(u32 descriptor) {