aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/ServiceAttributes.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/ServiceAttributes.cs')
-rw-r--r--src/Ryujinx.HLE/HOS/Services/ServiceAttributes.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/ServiceAttributes.cs b/src/Ryujinx.HLE/HOS/Services/ServiceAttributes.cs
index 1b896a27..c625af48 100644
--- a/src/Ryujinx.HLE/HOS/Services/ServiceAttributes.cs
+++ b/src/Ryujinx.HLE/HOS/Services/ServiceAttributes.cs
@@ -10,8 +10,8 @@ namespace Ryujinx.HLE.HOS.Services
public ServiceAttribute(string name, object parameter = null)
{
- Name = name;
+ Name = name;
Parameter = parameter;
}
}
-} \ No newline at end of file
+}