summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-06-11 18:45:36 -0500
committerdannye <33dannye@gmail.com>2021-06-11 18:45:36 -0500
commita39a68356236af3850310a64233c3a16edbb92bf (patch)
tree79c96aa5efa7361496bd43f6a7ca4b2fe0f3e09e /tools
parent3e36b5fd9d1aa5a5fbe9132bae98b127b82541aa (diff)
Normalize line endings
Diffstat (limited to 'tools')
-rw-r--r--tools/extract_anim_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract_anim_data.py b/tools/extract_anim_data.py
index 0722238..5569aec 100644
--- a/tools/extract_anim_data.py
+++ b/tools/extract_anim_data.py
@@ -133,4 +133,4 @@ for offset in allOffsets:
if (offset + size) not in allOffsets:
print('\tINCROM ' + "${:0x}".format(offset + size) + ', ')
- print() \ No newline at end of file
+ print()