mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 05:47:52 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -213,8 +213,7 @@ union ResultCode {
|
||||
// error
|
||||
BitField<31, 1, u32> is_error;
|
||||
|
||||
explicit ResultCode(u32 raw) : raw(raw) {
|
||||
}
|
||||
explicit ResultCode(u32 raw) : raw(raw) {}
|
||||
ResultCode(ErrorDescription description_, ErrorModule module_, ErrorSummary summary_,
|
||||
ErrorLevel level_)
|
||||
: raw(0) {
|
||||
|
Reference in New Issue
Block a user