Fixed the codestyle to match our clang-format rules.
This commit is contained in:
parent
ebbb55ec8f
commit
016307ae65
16 changed files with 108 additions and 68 deletions
|
@ -139,7 +139,7 @@ union MappedBufferDescInfo {
|
|||
};
|
||||
|
||||
inline MappedBufferDescInfo ParseMappedBufferDesc(const u32 desc) {
|
||||
return{ desc };
|
||||
return {desc};
|
||||
}
|
||||
|
||||
inline DescriptorType GetDescriptorType(u32 descriptor) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue