]> Chaos Git - corbenik/ctrulib.git/commitdiff
Minor code formatting fix in svc.s
authorfincs <fincs.alt1@gmail.com>
Mon, 8 Dec 2014 23:15:04 +0000 (00:15 +0100)
committerfincs <fincs.alt1@gmail.com>
Mon, 8 Dec 2014 23:15:04 +0000 (00:15 +0100)
libctru/source/svc.s

index ded970f7bf27f4ba100f2bdba324397bec4ef910..4969df8a18364f66c3ee1bf8259ab92059d18eb8 100644 (file)
@@ -268,26 +268,26 @@ svcOutputDebugString:
 .global svcCreateSemaphore
 .type svcCreateSemaphore, %function
 svcCreateSemaphore:
-    push {r0}
-    svc 0x15
-    pop {r3}
-    str r1, [r3]
-    bx  lr
-    
+       push {r0}
+       svc 0x15
+       pop {r3}
+       str r1, [r3]
+       bx  lr
+
 .global svcReleaseSemaphore
 .type svcReleaseSemaphore, %function
 svcReleaseSemaphore:
-    push {r0}
-    svc 0x16
-    pop {r3}
-    str r1, [r3]
-    bx  lr
+       push {r0}
+       svc  0x16
+       pop  {r3}
+       str  r1, [r3]
+       bx   lr
 
 .global svcGetThreadId
 .type svcGetThreadId, %function
 svcGetThreadId:
-    str r0, [sp,#-0x4]!
-    svc 0x37
-    ldr r3, [sp], #4
-    str r1, [r3]
-    bx  lr
+       str r0, [sp, #-0x4]!
+       svc 0x37
+       ldr r3, [sp], #4
+       str r1, [r3]
+       bx  lr