mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 09:55:45 +00:00
hle/ipc_helpers: Fix clang-format warnings
This commit is contained in:
parent
7a8e2f3538
commit
ce50c06bfc
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue