diff options
author | Subv <subv2112@gmail.com> | 2016-12-14 12:33:49 -0500 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2016-12-14 12:45:36 -0500 |
commit | 016307ae656afc85ab59a5c2598205ef81f99231 (patch) | |
tree | ae2031654a2178e8ea824928be03fd8409f81222 /src/core/hle/ipc.h | |
parent | ebbb55ec8f827096f1c743cc4b7f4a2aa05a3ed3 (diff) |
Fixed the codestyle to match our clang-format rules.
Diffstat (limited to 'src/core/hle/ipc.h')
-rw-r--r-- | src/core/hle/ipc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h index 79ccaaed0..4e094faa7 100644 --- a/src/core/hle/ipc.h +++ b/src/core/hle/ipc.h @@ -139,7 +139,7 @@ union MappedBufferDescInfo { }; inline MappedBufferDescInfo ParseMappedBufferDesc(const u32 desc) { - return{ desc }; + return {desc}; } inline DescriptorType GetDescriptorType(u32 descriptor) { |