From 248c1f37cc632f9b820bd7bd9f886728deaf8610 Mon Sep 17 00:00:00 2001 From: hexkyz Date: Sun, 29 Apr 2018 23:29:36 +0100 Subject: [PATCH] Restoring trailing newline --- nx/include/switch/kernel/svc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/kernel/svc.h b/nx/include/switch/kernel/svc.h index 2967f7b6..fc1dced0 100644 --- a/nx/include/switch/kernel/svc.h +++ b/nx/include/switch/kernel/svc.h @@ -926,4 +926,4 @@ Result svcTerminateProcess(Handle proc); */ u64 svcCallSecureMonitor(SecmonArgs* regs); -///@} \ No newline at end of file +///@}