aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-01-29 21:11:04 -0500
committerLioncash <mathew1800@gmail.com>2019-01-29 21:11:04 -0500
commit2561a79c394e66835d6ce24c0e57a22389bac282 (patch)
tree6b4bd948f94d3a786465a06da8fb1757a4a8bc3e /src
parentac603cf1309783ea0647b032c845679784d24227 (diff)
hle/ipc_helpers: Fix clang-format warnings
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/ipc_helpers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/ipc_helpers.h b/src/core/hle/ipc_helpers.h
index eba2f5d026..90f276ee8f 100644
--- a/src/core/hle/ipc_helpers.h
+++ b/src/core/hle/ipc_helpers.h
@@ -260,7 +260,6 @@ inline void ResponseBuilder::Push(u8 value) {
PushRaw(value);
}
-
template <>
inline void ResponseBuilder::Push(u16 value) {
PushRaw(value);