From 4ff26e1776e7afd78d685f90fcb7387e6d36e227 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Mon, 27 Jul 2015 17:15:28 +0200 Subject: [PATCH] ARM: prettify current cmsis- files. This is, reformat the "Changes for Teacup" section, change tabs for spaces, remove trailing whitespace and keep the file as close to the original as possible. --- cmsis-lpc1114.ld | 8 ++++---- cmsis-startup_lpc11xx.s | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cmsis-lpc1114.ld b/cmsis-lpc1114.ld index 721d106..ea27998 100644 --- a/cmsis-lpc1114.ld +++ b/cmsis-lpc1114.ld @@ -1,11 +1,11 @@ -/* Linker script for mbed LPC1114. */ +/* Linker script for mbed LPC1114 */ /* - Changes for Teacup: - - Copied from in spring 2015 from https://github.com/mbedmicro/mbed, file + Copied in spring 2015 from https://github.com/mbedmicro/mbed, file mbed/libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX_11CXX/ TOOLCHAIN_GCC_ARM/TARGET_LPC11XX/LPC1114.ld + Changes for Teacup: + - Removed trailing whitespace, replaced tabs by spaces. */ diff --git a/cmsis-startup_lpc11xx.s b/cmsis-startup_lpc11xx.s index 8f42de1..e9c7563 100644 --- a/cmsis-startup_lpc11xx.s +++ b/cmsis-startup_lpc11xx.s @@ -30,13 +30,13 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - Changes for Teacup: - - Copied from in spring 2015 from https://github.com/mbedmicro/mbed, file + Copied in spring 2015 from https://github.com/mbedmicro/mbed, file mbed/libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX_11CXX/ TOOLCHAIN_GCC_ARM/startup_LPC11xx.s - - Removed trailing whitespace, replaced tabs by spaces. + Changes for Teacup: + + - (None) */ .syntax unified .arch armv6-m