fix indention with spaces in powerpc asm
[musl] / src / ldso / powerpc / dlsym.s
1         .text
2         .global dlsym
3         .type   dlsym,@function
4 dlsym:
5         mflr    5                      # The return address is arg3.
6         b       __dlsym
7         .end    dlsym
8         .size   dlsym, .-dlsym