aboutsummaryrefslogtreecommitdiff
path: root/testing/examples/LPC2148Test
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2019-05-12 12:26:46 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-02-24 10:30:53 +0000
commit9d5767b6b005e426f77460c42bafce157de74a25 (patch)
tree5310a5c72efb9b1bca129f2038450f48c7bce3be /testing/examples/LPC2148Test
parente7306d361b5d503cf27dfb3dc69298ddad495f88 (diff)
downloadriscv-openocd-9d5767b6b005e426f77460c42bafce157de74a25.zip
riscv-openocd-9d5767b6b005e426f77460c42bafce157de74a25.tar.gz
riscv-openocd-9d5767b6b005e426f77460c42bafce157de74a25.tar.bz2
coding style: add newline at end of text files
Some text file is missing newline at EOF. Add it. Change-Id: Ieebc790096f40961283c644642e56fde975e957f Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5167 Tested-by: jenkins
Diffstat (limited to 'testing/examples/LPC2148Test')
-rw-r--r--testing/examples/LPC2148Test/makefile2
-rw-r--r--testing/examples/LPC2148Test/prj/eclipse_ram.gdb2
-rw-r--r--testing/examples/LPC2148Test/prj/eclipse_rom.gdb2
3 files changed, 3 insertions, 3 deletions
diff --git a/testing/examples/LPC2148Test/makefile b/testing/examples/LPC2148Test/makefile
index 3a098c3..53f45f6 100644
--- a/testing/examples/LPC2148Test/makefile
+++ b/testing/examples/LPC2148Test/makefile
@@ -144,4 +144,4 @@ clean:
#
-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
-# *** EOF *** \ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/LPC2148Test/prj/eclipse_ram.gdb b/testing/examples/LPC2148Test/prj/eclipse_ram.gdb
index 4f42312..ea0e21f 100644
--- a/testing/examples/LPC2148Test/prj/eclipse_ram.gdb
+++ b/testing/examples/LPC2148Test/prj/eclipse_ram.gdb
@@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
load
break main
-continue \ No newline at end of file
+continue
diff --git a/testing/examples/LPC2148Test/prj/eclipse_rom.gdb b/testing/examples/LPC2148Test/prj/eclipse_rom.gdb
index 8678005..3d372a0 100644
--- a/testing/examples/LPC2148Test/prj/eclipse_rom.gdb
+++ b/testing/examples/LPC2148Test/prj/eclipse_rom.gdb
@@ -8,4 +8,4 @@ monitor mww 0xE01FC040 0x0002
monitor mdw 0xE01FC040
load
break main
-continue \ No newline at end of file
+continue