fix indention with spaces in powerpc asm
[musl] / src / ldso / powerpc / dlsym.s
index 2079617..b9fae98 100644 (file)
@@ -1,8 +1,8 @@
-        .text
-        .global dlsym
-        .type   dlsym,@function
+       .text
+       .global dlsym
+       .type   dlsym,@function
 dlsym:
-        mflr    5                      # The return address is arg3.
-        b       __dlsym
-        .end    dlsym
-        .size   dlsym, .-dlsym
+       mflr    5                      # The return address is arg3.
+       b       __dlsym
+       .end    dlsym
+       .size   dlsym, .-dlsym