diff options
author | Fabio Utzig <utzig@utzig.org> | 2016-01-03 21:36:38 +0000 |
---|---|---|
committer | Fabio Utzig <utzig@utzig.org> | 2016-01-03 21:36:38 +0000 |
commit | bcc7351bebffde4bd8725a272dc239951933ac39 (patch) | |
tree | b0c983d0ae2a3504eb095548540c5f731826046d /os/common | |
parent | c5ca1334e25e0226a07b8bc0f08577bf4a983ff9 (diff) | |
download | ChibiOS-bcc7351bebffde4bd8725a272dc239951933ac39.tar.gz ChibiOS-bcc7351bebffde4bd8725a272dc239951933ac39.tar.bz2 ChibiOS-bcc7351bebffde4bd8725a272dc239951933ac39.zip |
Remove trailing whitespaces
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8683 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/ports/ARMCMx/compilers/GCC/rules.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMx/compilers/GCC/rules.ld b/os/common/ports/ARMCMx/compilers/GCC/rules.ld index deffc5fc6..85d740b75 100644 --- a/os/common/ports/ARMCMx/compilers/GCC/rules.ld +++ b/os/common/ports/ARMCMx/compilers/GCC/rules.ld @@ -157,7 +157,7 @@ SECTIONS . = ALIGN(4);
_bss_end = .;
PROVIDE(end = .);
- } > BSS_RAM
+ } > BSS_RAM
.ram0_init : ALIGN(4)
{
|