summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp/dlp.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/dlp/dlp.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/dlp/dlp.cpp b/src/core/hle/service/dlp/dlp.cpp
index fd124e819..8f4b67a5d 100644
--- a/src/core/hle/service/dlp/dlp.cpp
+++ b/src/core/hle/service/dlp/dlp.cpp
@@ -17,8 +17,7 @@ void Init() {
AddService(new DLP_SRVR_Interface);
}
-void Shutdown() {
-}
+void Shutdown() {}
} // namespace DLP
} // namespace Service