mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-21 15:12:39 +00: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