mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
Fixed the codestyle to match our clang-format rules.
This commit is contained in:
parent
6df6ad46c4
commit
3e80a1a1c1
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