This is an automated email from Gerrit.

Antonio Borneo (borneo.anto...@gmail.com) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/5167

-- gerrit

commit eab83e57432a8c3642e9dfa7d37ab26e5c36faf5
Author: Antonio Borneo <borneo.anto...@gmail.com>
Date:   Sun May 12 12:26:46 2019 +0200

    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.anto...@gmail.com>

diff --git a/contrib/loaders/flash/at91sam7x/makefile 
b/contrib/loaders/flash/at91sam7x/makefile
index c3eaf12..3948297 100644
--- a/contrib/loaders/flash/at91sam7x/makefile
+++ b/contrib/loaders/flash/at91sam7x/makefile
@@ -127,4 +127,4 @@ clean:
 #
 #-include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
diff --git a/tcl/board/hilscher_nxhx10.cfg b/tcl/board/hilscher_nxhx10.cfg
index 4ef2f3b..0d5a887 100644
--- a/tcl/board/hilscher_nxhx10.cfg
+++ b/tcl/board/hilscher_nxhx10.cfg
@@ -79,4 +79,4 @@ $_TARGETNAME configure -event reset-init {
 #flash bank parflash cfi 0xC0000000 0x01000000 2 2 $_TARGETNAME
 
 init
-reset init
\ No newline at end of file
+reset init
diff --git a/tcl/board/iar_str912_sk.cfg b/tcl/board/iar_str912_sk.cfg
index ba060a0..54f517b 100644
--- a/tcl/board/iar_str912_sk.cfg
+++ b/tcl/board/iar_str912_sk.cfg
@@ -1,3 +1,3 @@
 # The IAR str912-sk evaluation kick start board has an str912
 
-source [find target/str912.cfg]
\ No newline at end of file
+source [find target/str912.cfg]
diff --git a/tcl/board/twr-vf65gs10_cmsisdap.cfg 
b/tcl/board/twr-vf65gs10_cmsisdap.cfg
index e8db754..ab4548f 100644
--- a/tcl/board/twr-vf65gs10_cmsisdap.cfg
+++ b/tcl/board/twr-vf65gs10_cmsisdap.cfg
@@ -12,4 +12,4 @@ transport select swd
 source [find board/twr-vf65gs10.cfg]
 
 # override reset configuration
-reset_config srst_only
\ No newline at end of file
+reset_config srst_only
diff --git a/tcl/interface/imx-native.cfg b/tcl/interface/imx-native.cfg
index c2f80eb..4a8a290 100644
--- a/tcl/interface/imx-native.cfg
+++ b/tcl/interface/imx-native.cfg
@@ -32,4 +32,4 @@ imx_gpio_swd_nums 1 6
 # reset_config srst_only srst_push_pull
 
 # or if you have both connected,
-# reset_config trst_and_srst srst_push_pull
\ No newline at end of file
+# reset_config trst_and_srst srst_push_pull
diff --git a/tcl/interface/openjtag.cfg b/tcl/interface/openjtag.cfg
index b20c22b..3af0de4 100644
--- a/tcl/interface/openjtag.cfg
+++ b/tcl/interface/openjtag.cfg
@@ -5,4 +5,4 @@
 #
 
 interface openjtag
-openjtag_device_desc "Open JTAG Project"
\ No newline at end of file
+openjtag_device_desc "Open JTAG Project"
diff --git a/tcl/target/c100config.tcl b/tcl/target/c100config.tcl
index 52efa83..a72a2fa 100644
--- a/tcl/target/c100config.tcl
+++ b/tcl/target/c100config.tcl
@@ -409,4 +409,4 @@ proc flashUBOOT {file} {
     putsUART0 "done.\n"
     putsUART0 "Rebooting, please wait!\n"
     reboot
-}
\ No newline at end of file
+}
diff --git a/testing/examples/AT91R40008Test/makefile 
b/testing/examples/AT91R40008Test/makefile
index c57130a..24898a3 100644
--- a/testing/examples/AT91R40008Test/makefile
+++ b/testing/examples/AT91R40008Test/makefile
@@ -134,4 +134,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/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
diff --git a/testing/examples/LPC2294Test/makefile 
b/testing/examples/LPC2294Test/makefile
index 6af02fb..9ac7fe8 100644
--- a/testing/examples/LPC2294Test/makefile
+++ b/testing/examples/LPC2294Test/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/LPC2294Test/prj/eclipse_ram.gdb 
b/testing/examples/LPC2294Test/prj/eclipse_ram.gdb
index 4f42312..ea0e21f 100644
--- a/testing/examples/LPC2294Test/prj/eclipse_ram.gdb
+++ b/testing/examples/LPC2294Test/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/LPC2294Test/prj/eclipse_rom.gdb 
b/testing/examples/LPC2294Test/prj/eclipse_rom.gdb
index 8678005..3d372a0 100644
--- a/testing/examples/LPC2294Test/prj/eclipse_rom.gdb
+++ b/testing/examples/LPC2294Test/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
diff --git a/testing/examples/SAM7S256Test/makefile 
b/testing/examples/SAM7S256Test/makefile
index 9e1e83f..dabe9a3 100644
--- a/testing/examples/SAM7S256Test/makefile
+++ b/testing/examples/SAM7S256Test/makefile
@@ -143,4 +143,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/SAM7S256Test/results/607.html 
b/testing/examples/SAM7S256Test/results/607.html
index 852c0ad..e097586 100644
--- a/testing/examples/SAM7S256Test/results/607.html
+++ b/testing/examples/SAM7S256Test/results/607.html
@@ -695,4 +695,4 @@ Note: these tests are not designed to test/debug the 
target, but to test functio
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/testing/examples/SAM7X256Test/makefile 
b/testing/examples/SAM7X256Test/makefile
index 4ad44cf..4a5a730 100644
--- a/testing/examples/SAM7X256Test/makefile
+++ b/testing/examples/SAM7X256Test/makefile
@@ -143,4 +143,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/STM32-103/readme.txt 
b/testing/examples/STM32-103/readme.txt
index 39b080d..f41a03d 100644
--- a/testing/examples/STM32-103/readme.txt
+++ b/testing/examples/STM32-103/readme.txt
@@ -3,4 +3,4 @@ Olimex STM32-p103 board.
 main.elf is a file that can be programmed to flash for
 testing purposes(e.g. test GDB load performance).
 
-http://www.olimex.com/dev/stm32-p103.html
\ No newline at end of file
+http://www.olimex.com/dev/stm32-p103.html
diff --git a/testing/examples/STR710JtagSpeed/makefile 
b/testing/examples/STR710JtagSpeed/makefile
index 816ab23..72be715 100644
--- a/testing/examples/STR710JtagSpeed/makefile
+++ b/testing/examples/STR710JtagSpeed/makefile
@@ -131,4 +131,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/STR710Test/makefile 
b/testing/examples/STR710Test/makefile
index 1450b73..adac243 100644
--- a/testing/examples/STR710Test/makefile
+++ b/testing/examples/STR710Test/makefile
@@ -143,4 +143,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
diff --git a/testing/examples/STR710Test/prj/eclipse_ram.gdb 
b/testing/examples/STR710Test/prj/eclipse_ram.gdb
index 511ed59..80efec4 100644
--- a/testing/examples/STR710Test/prj/eclipse_ram.gdb
+++ b/testing/examples/STR710Test/prj/eclipse_ram.gdb
@@ -8,4 +8,4 @@ monitor mww 0xA0000050 0x01c2
 monitor mdw 0xA0000050
 load
 break main
-continue
\ No newline at end of file
+continue
diff --git a/testing/examples/STR710Test/prj/eclipse_rom.gdb 
b/testing/examples/STR710Test/prj/eclipse_rom.gdb
index 9e2c370..d8eaf1e 100644
--- a/testing/examples/STR710Test/prj/eclipse_rom.gdb
+++ b/testing/examples/STR710Test/prj/eclipse_rom.gdb
@@ -8,4 +8,4 @@ monitor mww 0xA0000050 0x01c2
 monitor mdw 0xA0000050
 load
 break main
-continue
\ No newline at end of file
+continue
diff --git a/testing/examples/STR912Test/makefile 
b/testing/examples/STR912Test/makefile
index ee76857..6f8309e 100644
--- a/testing/examples/STR912Test/makefile
+++ b/testing/examples/STR912Test/makefile
@@ -143,4 +143,4 @@ clean:
 #
 -include $(shell mkdir .dep 2>/dev/null) $(wildcard .dep/*)
 
-# *** EOF ***
\ No newline at end of file
+# *** EOF ***
diff --git a/testing/results/template.html b/testing/results/template.html
index 286bf2e..ffc9bbf 100644
--- a/testing/results/template.html
+++ b/testing/results/template.html
@@ -15,4 +15,4 @@
        </table>
        </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/testing/results/v0.4.0-rc1/AT91FR40162.html 
b/testing/results/v0.4.0-rc1/AT91FR40162.html
index 0baa31e..8dcdf48 100755
--- a/testing/results/v0.4.0-rc1/AT91FR40162.html
+++ b/testing/results/v0.4.0-rc1/AT91FR40162.html
@@ -853,4 +853,4 @@ Note: these tests are not designed to test/debug the 
target, but to test functio
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/testing/results/v0.4.0-rc1/LPC2148.html 
b/testing/results/v0.4.0-rc1/LPC2148.html
index 425b524..24d1011 100755
--- a/testing/results/v0.4.0-rc1/LPC2148.html
+++ b/testing/results/v0.4.0-rc1/LPC2148.html
@@ -930,4 +930,4 @@ Note: these tests are not designed to test/debug the 
target, but to test functio
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/testing/results/v0.4.0-rc1/SAM7.html 
b/testing/results/v0.4.0-rc1/SAM7.html
index a400a47..9dcabf8 100755
--- a/testing/results/v0.4.0-rc1/SAM7.html
+++ b/testing/results/v0.4.0-rc1/SAM7.html
@@ -850,4 +850,4 @@ Note: these tests are not designed to test/debug the 
target, but to test functio
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/testing/results/v0.4.0-rc1/STR710.html 
b/testing/results/v0.4.0-rc1/STR710.html
index 1a18ad0..075d549 100755
--- a/testing/results/v0.4.0-rc1/STR710.html
+++ b/testing/results/v0.4.0-rc1/STR710.html
@@ -904,4 +904,4 @@ The current source language is "auto; currently asm".<br>
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/testing/results/v0.4.0-rc1/STR912.html 
b/testing/results/v0.4.0-rc1/STR912.html
index c8df034..e9be17b 100755
--- a/testing/results/v0.4.0-rc1/STR912.html
+++ b/testing/results/v0.4.0-rc1/STR912.html
@@ -1005,4 +1005,4 @@ verified 420 bytes in 0.350000s (1.172 kb/s)<br>
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/testing/testcases.html b/testing/testcases.html
index a151e9f..13b9e72 100644
--- a/testing/testcases.html
+++ b/testing/testcases.html
@@ -563,4 +563,4 @@ Note: these tests are not designed to test/debug the 
target, but to test functio
 </table>
 
 </body>
-</html>
\ No newline at end of file
+</html>

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to