fix indention with spaces in powerpc asm
[musl] / src / setjmp / powerpc / setjmp.s
index 27c975e..eaf7b68 100644 (file)
@@ -1,9 +1,9 @@
-        .global __setjmp
-        .global _setjmp
-        .global setjmp
-        .type   __setjmp,@function
-        .type   _setjmp,@function
-        .type   setjmp,@function
+       .global __setjmp
+       .global _setjmp
+       .global setjmp
+       .type   __setjmp,@function
+       .type   _setjmp,@function
+       .type   setjmp,@function
 __setjmp:
 _setjmp:
 setjmp: