aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Pcie
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Pcie')
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Pcie/ILogManager.cs2
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Pcie/IManager.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Pcie/ILogManager.cs b/src/Ryujinx.HLE/HOS/Services/Pcie/ILogManager.cs
index 9c6387e1..78f927aa 100644
--- a/src/Ryujinx.HLE/HOS/Services/Pcie/ILogManager.cs
+++ b/src/Ryujinx.HLE/HOS/Services/Pcie/ILogManager.cs
@@ -5,4 +5,4 @@
{
public ILogManager(ServiceCtx context) { }
}
-} \ No newline at end of file
+}
diff --git a/src/Ryujinx.HLE/HOS/Services/Pcie/IManager.cs b/src/Ryujinx.HLE/HOS/Services/Pcie/IManager.cs
index f189dc8c..0450a1ca 100644
--- a/src/Ryujinx.HLE/HOS/Services/Pcie/IManager.cs
+++ b/src/Ryujinx.HLE/HOS/Services/Pcie/IManager.cs
@@ -5,4 +5,4 @@
{
public IManager(ServiceCtx context) { }
}
-} \ No newline at end of file
+}