aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon.Generators
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Horizon.Generators')
-rw-r--r--src/Ryujinx.Horizon.Generators/Hipc/CommandArgType.cs2
-rw-r--r--src/Ryujinx.Horizon.Generators/Hipc/HipcGenerator.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.Horizon.Generators/Hipc/CommandArgType.cs b/src/Ryujinx.Horizon.Generators/Hipc/CommandArgType.cs
index b859f1f3..a5e6ec4a 100644
--- a/src/Ryujinx.Horizon.Generators/Hipc/CommandArgType.cs
+++ b/src/Ryujinx.Horizon.Generators/Hipc/CommandArgType.cs
@@ -13,6 +13,6 @@
OutCopyHandle,
OutMoveHandle,
OutObject,
- ProcessId
+ ProcessId,
}
}
diff --git a/src/Ryujinx.Horizon.Generators/Hipc/HipcGenerator.cs b/src/Ryujinx.Horizon.Generators/Hipc/HipcGenerator.cs
index 47b3c8cf..1b92e918 100644
--- a/src/Ryujinx.Horizon.Generators/Hipc/HipcGenerator.cs
+++ b/src/Ryujinx.Horizon.Generators/Hipc/HipcGenerator.cs
@@ -36,7 +36,7 @@ namespace Ryujinx.Horizon.Generators.Hipc
None,
Ref,
Out,
- In
+ In,
}
private readonly struct OutParameter