aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/boss_u.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/boss_u.cpp')
-rw-r--r--src/core/hle/service/boss_u.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/boss_u.cpp b/src/core/hle/service/boss_u.cpp
index d398edc6..b2ff4a75 100644
--- a/src/core/hle/service/boss_u.cpp
+++ b/src/core/hle/service/boss_u.cpp
@@ -21,8 +21,8 @@ namespace BOSS_U {
Interface::Interface() {
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
}
-
+
Interface::~Interface() {
}
-
+
} // namespace