From e0bf993fd999c1f6acd93575e163ba719b47a037 Mon Sep 17 00:00:00 2001 From: Subv Date: Mon, 8 Dec 2014 18:05:46 -0500 Subject: [PATCH] Styling --- libctru/source/svc.s | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libctru/source/svc.s b/libctru/source/svc.s index a7d9efd..ded970f 100644 --- a/libctru/source/svc.s +++ b/libctru/source/svc.s @@ -286,8 +286,8 @@ svcReleaseSemaphore: .global svcGetThreadId .type svcGetThreadId, %function svcGetThreadId: - str r0, [sp,#-0x4]! - svc 0x37 - ldr r3, [sp], #4 - str r1, [r3] - bx lr \ No newline at end of file + str r0, [sp,#-0x4]! + svc 0x37 + ldr r3, [sp], #4 + str r1, [r3] + bx lr