aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-09-22 01:09:08 +0200
committerAyke van Laethem <[email protected]>2018-09-22 01:09:08 +0200
commitb705b332a73bc8b29ac2873d919f42e0d91a44a8 (patch)
tree7afd83584a60d6ecc892280746cc8373a9f9a3fd /tools
parente0d13f489ff378492e5d71369ff5d310e1cf3b8e (diff)
downloadtinygo-b705b332a73bc8b29ac2873d919f42e0d91a44a8.tar.gz
tinygo-b705b332a73bc8b29ac2873d919f42e0d91a44a8.zip
tools/gen-device-svd: indentation in .s file
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gen-device-svd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gen-device-svd.py b/tools/gen-device-svd.py
index 2b17fe884..10bf80898 100755
--- a/tools/gen-device-svd.py
+++ b/tools/gen-device-svd.py
@@ -316,8 +316,8 @@ Default_Handler:
// Avoid the need for repeated .weak and .set instructions.
.macro IRQ handler
-.weak \\handler
-.set \\handler, Default_Handler
+ .weak \\handler
+ .set \\handler, Default_Handler
.endm
.section .isr_vector