mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 20:20:05 +00:00
hle/ipc_helpers: Fix clang-format warnings
This commit is contained in:
parent
ac603cf130
commit
2561a79c39
@ -260,7 +260,6 @@ inline void ResponseBuilder::Push(u8 value) {
|
|||||||
PushRaw(value);
|
PushRaw(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
inline void ResponseBuilder::Push(u16 value) {
|
inline void ResponseBuilder::Push(u16 value) {
|
||||||
PushRaw(value);
|
PushRaw(value);
|
||||||
|
Loading…
Reference in New Issue
Block a user