From 681abd576a5bd3deed92998ecff9388fbacae72e Mon Sep 17 00:00:00 2001 From: hexkyz Date: Sun, 29 Apr 2018 23:30:07 +0100 Subject: [PATCH] Restoring trailing newline --- nx/source/kernel/svc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/kernel/svc.s b/nx/source/kernel/svc.s index fa1b8617..814d088f 100644 --- a/nx/source/kernel/svc.s +++ b/nx/source/kernel/svc.s @@ -517,4 +517,4 @@ SVC_BEGIN svcCallSecureMonitor stp x4, x5, [x8, #0x20] stp x6, x7, [x8, #0x30] ret -SVC_END \ No newline at end of file +SVC_END