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_float.s | |
parent | 7673913ee13df86196d2054ba5861a0013e0aa48 (diff) |
Fix indentation in .s files
Diffstat (limited to 'arm9/asm/MSL_Common_float.s')
-rw-r--r-- | arm9/asm/MSL_Common_float.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/asm/MSL_Common_float.s b/arm9/asm/MSL_Common_float.s index d412ffb6..c9a1db8f 100644 --- a/arm9/asm/MSL_Common_float.s +++ b/arm9/asm/MSL_Common_float.s @@ -1,7 +1,7 @@ .include "asm/macros.inc"
.include "global.inc"
- .data
+ .data
.global __float_huge
__float_huge: ; 0x02106B74
.word 0x7F800000 ; inf
|