mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 23:08:06 -05:00
Fixed the codestyle to match our clang-format rules.
This commit is contained in:
@ -139,7 +139,7 @@ union MappedBufferDescInfo {
|
||||
};
|
||||
|
||||
inline MappedBufferDescInfo ParseMappedBufferDesc(const u32 desc) {
|
||||
return{ desc };
|
||||
return {desc};
|
||||
}
|
||||
|
||||
inline DescriptorType GetDescriptorType(u32 descriptor) {
|
||||
|
Reference in New Issue
Block a user