diff options
| author | 2019-01-29 21:11:04 -0500 | |
|---|---|---|
| committer | 2019-01-29 21:11:04 -0500 | |
| commit | 2561a79c394e66835d6ce24c0e57a22389bac282 (patch) | |
| tree | 6b4bd948f94d3a786465a06da8fb1757a4a8bc3e | |
| parent | hle/ipc_helpers: Allow pushing signed values (diff) | |
| download | yuzu-2561a79c394e66835d6ce24c0e57a22389bac282.tar.gz yuzu-2561a79c394e66835d6ce24c0e57a22389bac282.tar.xz yuzu-2561a79c394e66835d6ce24c0e57a22389bac282.zip | |
hle/ipc_helpers: Fix clang-format warnings
| -rw-r--r-- | src/core/hle/ipc_helpers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/ipc_helpers.h b/src/core/hle/ipc_helpers.h index eba2f5d02..90f276ee8 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) { | |||
| 260 | PushRaw(value); | 260 | PushRaw(value); |
| 261 | } | 261 | } |
| 262 | 262 | ||
| 263 | |||
| 264 | template <> | 263 | template <> |
| 265 | inline void ResponseBuilder::Push(u16 value) { | 264 | inline void ResponseBuilder::Push(u16 value) { |
| 266 | PushRaw(value); | 265 | PushRaw(value); |