mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 01:47:55 -05:00
General: Tidy up clang-format warnings
This commit is contained in:
@ -161,7 +161,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
// This constructor and assignment operator might be considered ambiguous:
|
||||
/// This constructor and assignment operator might be considered ambiguous:
|
||||
// Would they initialize the storage or just the bitfield?
|
||||
// Hence, delete them. Use the Assign method to set bitfield values!
|
||||
BitField(T val) = delete;
|
||||
|
Reference in New Issue
Block a user