fix some indention-with-spaces that crept in
[musl] / src / thread / x86_64 / __set_thread_area.s
index cc538e5..f3ff4f6 100644 (file)
@@ -3,8 +3,8 @@
 .global __set_thread_area
 .type __set_thread_area,@function
 __set_thread_area:
-        mov %rdi,%rsi           /* shift for syscall */
-        movl $0x1002,%edi       /* SET_FS register */
-        movl $158,%eax          /* set fs segment to */
-        syscall                 /* arch_prctl(SET_FS, arg)*/
+       mov %rdi,%rsi           /* shift for syscall */
+       movl $0x1002,%edi       /* SET_FS register */
+       movl $158,%eax          /* set fs segment to */
+       syscall                 /* arch_prctl(SET_FS, arg)*/
        ret