diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-02 20:37:13 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-02 20:37:13 -0400 |
commit | 6e3af5fa580d0f6aca3bb310d979323bf2a09a84 (patch) | |
tree | 993c0c156f6a3c310cccd2a3e0ac802b59ab149e /arm9/asm/MSL_Common_file_io.s | |
parent | 7673913ee13df86196d2054ba5861a0013e0aa48 (diff) |
Fix indentation in .s files
Diffstat (limited to 'arm9/asm/MSL_Common_file_io.s')
-rw-r--r-- | arm9/asm/MSL_Common_file_io.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arm9/asm/MSL_Common_file_io.s b/arm9/asm/MSL_Common_file_io.s index a6e9f1f2..f8a76bba 100644 --- a/arm9/asm/MSL_Common_file_io.s +++ b/arm9/asm/MSL_Common_file_io.s @@ -1,7 +1,7 @@ - .include "asm/macros.inc"
- .include "global.inc"
+ .include "asm/macros.inc"
+ .include "global.inc"
- .text
+ .text
arm_func_start fclose
fclose: ; 0x020DEC88
@@ -101,9 +101,9 @@ _020DEDCC: str r0, [r4, #0x18]
str r0, [r4, #0x28]
ldmia sp!, {r4,pc}
- arm_func_end fflush
+ arm_func_end fflush
- .section .exceptix,4
+ .section .exceptix,4
.word fclose
.short 117
|