Skip to content
Snippets Groups Projects
Commit 2561a79c authored by Lioncash's avatar Lioncash
Browse files

hle/ipc_helpers: Fix clang-format warnings

parent ac603cf1
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,6 @@ inline void ResponseBuilder::Push(u8 value) {
PushRaw(value);
}
template <>
inline void ResponseBuilder::Push(u16 value) {
PushRaw(value);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment