Browse Source

hle/ipc_helpers: Fix clang-format warnings

Lioncash 7 năm trước cách đây
mục cha
commit
2561a79c39
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/core/hle/ipc_helpers.h

+ 0 - 1
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);