summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/avr32/crtn.S
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-04-24 07:08:48 +0000
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-04-24 07:08:48 +0000
commit76dc6857465109973ee79a8517ed27680289c36d (patch)
treede744555e38d43a8b09c667689d1bf099e0b6766 /libc/sysdeps/linux/avr32/crtn.S
parent18f85730003544cb880641e0bb12b5901dfe1757 (diff)
Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files.
Diffstat (limited to 'libc/sysdeps/linux/avr32/crtn.S')
-rw-r--r--libc/sysdeps/linux/avr32/crtn.S24
1 files changed, 12 insertions, 12 deletions
diff --git a/libc/sysdeps/linux/avr32/crtn.S b/libc/sysdeps/linux/avr32/crtn.S
index 02e1a8367..f7d104070 100644
--- a/libc/sysdeps/linux/avr32/crtn.S
+++ b/libc/sysdeps/linux/avr32/crtn.S
@@ -1,14 +1,14 @@
- .section .init
- .align 2
- .global _init
- .type _init, @function
- ldm sp++, r6, pc
- .size _init, . - _init
+ .section .init
+ .align 2
+ .global _init
+ .type _init, @function
+ ldm sp++, r6, pc
+ .size _init, . - _init
- .section .fini
- .align 2
- .global _fini
- .type _fini, @function
- ldm sp++, r6, pc
- .size _fini, . - _fini
+ .section .fini
+ .align 2
+ .global _fini
+ .type _fini, @function
+ ldm sp++, r6, pc
+ .size _fini, . - _fini