summaryrefslogtreecommitdiffstats
path: root/src/core/hle/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/ipc.h2
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) {