aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Eupld
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Eupld')
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Eupld/IControl.cs2
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Eupld/IRequest.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Eupld/IControl.cs b/src/Ryujinx.HLE/HOS/Services/Eupld/IControl.cs
index dd8705e6..4b069c60 100644
--- a/src/Ryujinx.HLE/HOS/Services/Eupld/IControl.cs
+++ b/src/Ryujinx.HLE/HOS/Services/Eupld/IControl.cs
@@ -5,4 +5,4 @@
{
public IControl(ServiceCtx context) { }
}
-} \ No newline at end of file
+}
diff --git a/src/Ryujinx.HLE/HOS/Services/Eupld/IRequest.cs b/src/Ryujinx.HLE/HOS/Services/Eupld/IRequest.cs
index 85097878..e14e4df4 100644
--- a/src/Ryujinx.HLE/HOS/Services/Eupld/IRequest.cs
+++ b/src/Ryujinx.HLE/HOS/Services/Eupld/IRequest.cs
@@ -5,4 +5,4 @@
{
public IRequest(ServiceCtx context) { }
}
-} \ No newline at end of file
+}