hle/ipc_helpers: Fix clang-format warnings
This commit is contained in:
parent
ac603cf130
commit
2561a79c39
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…
Reference in a new issue