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/5169

-- gerrit

commit a98fa725b615ef87d1bb0d440568c30bb88382cd
Author: Antonio Borneo <borneo.anto...@gmail.com>
Date:   Sun May 12 12:51:28 2019 +0200

    coding style: testing: remove empty lines at end of text files
    
    Empty lines at end of text files are useless.
    Remove them.
    
    Change-Id: Id05a7bd944edccaa03ed9eb48599b2e262664cf0
    Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com>

diff --git a/testing/build.test1/Makefile b/testing/build.test1/Makefile
index 7271bf2..02b7523 100644
--- a/testing/build.test1/Makefile
+++ b/testing/build.test1/Makefile
@@ -93,6 +93,3 @@ all.download:
        linux.ftd2xx_installed \
        linux.ft22232_libftdi \
        linux.ftd2xx_installed.setup
-
-
-
diff --git a/testing/build.test1/README.TXT b/testing/build.test1/README.TXT
index c824438..7f4d401 100644
--- a/testing/build.test1/README.TXT
+++ b/testing/build.test1/README.TXT
@@ -36,4 +36,3 @@ Dec 26,2008
 
        cd ~/work
        make cygwin.buildtest
-
diff --git a/testing/build.test1/mingw32_help/include/sys/cdefs.h 
b/testing/build.test1/mingw32_help/include/sys/cdefs.h
index c401ce7..606205a 100644
--- a/testing/build.test1/mingw32_help/include/sys/cdefs.h
+++ b/testing/build.test1/mingw32_help/include/sys/cdefs.h
@@ -20,4 +20,3 @@ details. */
 #define __P(protos)     protos         /* full-blown ANSI C */
 #define  __CONCAT(__x,__y)   __x##__y
 #endif
-
diff --git a/testing/build.test2/README.txt b/testing/build.test2/README.txt
index d71c14b..382105e 100644
--- a/testing/build.test2/README.txt
+++ b/testing/build.test2/README.txt
@@ -56,4 +56,3 @@ For example - in cygwin, type this:
 =======
 **END**
 =======
-
diff --git a/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld 
b/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld
index 604e704..a5ae16e 100644
--- a/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld
+++ b/testing/examples/AT91R40008Test/prj/ethernut3_ram.ld
@@ -137,4 +137,3 @@ SECTIONS
     
 }
 /*** EOF ***/
-
diff --git a/testing/examples/AT91R40008Test/src/crt.s 
b/testing/examples/AT91R40008Test/src/crt.s
index 0b70261..bab4609 100644
--- a/testing/examples/AT91R40008Test/src/crt.s
+++ b/testing/examples/AT91R40008Test/src/crt.s
@@ -167,6 +167,4 @@ FIQHandler:
    .weak IRQHandler, FIQHandler
 
    .ltorg
-/*** EOF ***/   
-   
-
+/*** EOF ***/
diff --git a/testing/examples/LPC2148Test/prj/lpc2148_ram.ld 
b/testing/examples/LPC2148Test/prj/lpc2148_ram.ld
index b795134..3cbb616 100644
--- a/testing/examples/LPC2148Test/prj/lpc2148_ram.ld
+++ b/testing/examples/LPC2148Test/prj/lpc2148_ram.ld
@@ -137,4 +137,3 @@ SECTIONS
     
 }
 /*** EOF ***/
-
diff --git a/testing/examples/LPC2148Test/prj/lpc2148_rom.ld 
b/testing/examples/LPC2148Test/prj/lpc2148_rom.ld
index 5844fff..9cb12e4 100644
--- a/testing/examples/LPC2148Test/prj/lpc2148_rom.ld
+++ b/testing/examples/LPC2148Test/prj/lpc2148_rom.ld
@@ -138,4 +138,3 @@ SECTIONS
     
 }
 /*** EOF ***/
-
diff --git a/testing/examples/LPC2148Test/src/crt.s 
b/testing/examples/LPC2148Test/src/crt.s
index 774f6b4..6fd1d30 100644
--- a/testing/examples/LPC2148Test/src/crt.s
+++ b/testing/examples/LPC2148Test/src/crt.s
@@ -184,6 +184,4 @@ FIQHandler:
    .weak IRQHandler, FIQHandler
 
    .ltorg
-/*** EOF ***/   
-   
-
+/*** EOF ***/
diff --git a/testing/examples/LPC2294Test/prj/lpc2294_ram.ld 
b/testing/examples/LPC2294Test/prj/lpc2294_ram.ld
index 17eaedd..bc4b939 100644
--- a/testing/examples/LPC2294Test/prj/lpc2294_ram.ld
+++ b/testing/examples/LPC2294Test/prj/lpc2294_ram.ld
@@ -137,4 +137,3 @@ SECTIONS
     
 }
 /*** EOF ***/
-
diff --git a/testing/examples/LPC2294Test/prj/lpc2294_rom.ld 
b/testing/examples/LPC2294Test/prj/lpc2294_rom.ld
index 64a28f0..ca71c28 100644
--- a/testing/examples/LPC2294Test/prj/lpc2294_rom.ld
+++ b/testing/examples/LPC2294Test/prj/lpc2294_rom.ld
@@ -138,4 +138,3 @@ SECTIONS
     
 }
 /*** EOF ***/
-
diff --git a/testing/examples/LPC2294Test/src/crt.s 
b/testing/examples/LPC2294Test/src/crt.s
index ac17dcd..8b24cc1 100644
--- a/testing/examples/LPC2294Test/src/crt.s
+++ b/testing/examples/LPC2294Test/src/crt.s
@@ -184,6 +184,4 @@ FIQHandler:
    .weak IRQHandler, FIQHandler
 
    .ltorg
-/*** EOF ***/   
-   
-
+/*** EOF ***/
diff --git a/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld 
b/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld
index 1b857c9..593e17c 100644
--- a/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld
+++ b/testing/examples/SAM7S256Test/prj/sam7s256_ram.ld
@@ -129,4 +129,3 @@ SECTIONS
     
 }
 /*** EOF ***/
-
diff --git a/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld 
b/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld
index b64854a..b181023 100644
--- a/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld
+++ b/testing/examples/SAM7S256Test/prj/sam7s256_rom.ld
@@ -130,4 +130,3 @@ SECTIONS
     
 }
 /*** EOF ***/
-
diff --git a/testing/examples/SAM7S256Test/src/crt.s 
b/testing/examples/SAM7S256Test/src/crt.s
index 16e5865..b0bae0d 100644
--- a/testing/examples/SAM7S256Test/src/crt.s
+++ b/testing/examples/SAM7S256Test/src/crt.s
@@ -220,6 +220,4 @@ FIQHandler:
    .weak IRQHandler, FIQHandler
 
    .ltorg
-/*** EOF ***/   
-  
-
+/*** EOF ***/
diff --git a/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld 
b/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld
index 1b857c9..593e17c 100644
--- a/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld
+++ b/testing/examples/SAM7X256Test/prj/sam7x256_ram.ld
@@ -129,4 +129,3 @@ SECTIONS
     
 }
 /*** EOF ***/
-
diff --git a/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld 
b/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld
index b64854a..b181023 100644
--- a/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld
+++ b/testing/examples/SAM7X256Test/prj/sam7x256_rom.ld
@@ -130,4 +130,3 @@ SECTIONS
     
 }
 /*** EOF ***/
-
diff --git a/testing/examples/SAM7X256Test/src/crt.s 
b/testing/examples/SAM7X256Test/src/crt.s
index 16e5865..b0bae0d 100644
--- a/testing/examples/SAM7X256Test/src/crt.s
+++ b/testing/examples/SAM7X256Test/src/crt.s
@@ -220,6 +220,4 @@ FIQHandler:
    .weak IRQHandler, FIQHandler
 
    .ltorg
-/*** EOF ***/   
-  
-
+/*** EOF ***/
diff --git a/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb 
b/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb
index 92f8e18..9c48e35 100644
--- a/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb
+++ b/testing/examples/STR710JtagSpeed/prj/eclipse_ft2232_ram.gdb
@@ -24,10 +24,3 @@ monitor verify_ircapture disable
 load
 break main
 continue
-
-
-
-
-
-
-
diff --git a/testing/examples/STR710JtagSpeed/prj/str7_ram.ld 
b/testing/examples/STR710JtagSpeed/prj/str7_ram.ld
index d760f26..ded9ab4 100644
--- a/testing/examples/STR710JtagSpeed/prj/str7_ram.ld
+++ b/testing/examples/STR710JtagSpeed/prj/str7_ram.ld
@@ -137,4 +137,3 @@ SECTIONS
     
 }
 /*** EOF ***/
-
diff --git a/testing/examples/STR710JtagSpeed/src/crt.s 
b/testing/examples/STR710JtagSpeed/src/crt.s
index d1c238c..c27d18e 100644
--- a/testing/examples/STR710JtagSpeed/src/crt.s
+++ b/testing/examples/STR710JtagSpeed/src/crt.s
@@ -258,6 +258,4 @@ FIQHandler:
    .weak IRQHandler, FIQHandler
 
    .ltorg
-/*** EOF ***/   
-       
-
+/*** EOF ***/
diff --git a/testing/examples/STR710Test/prj/hitex_str7_rom.ld 
b/testing/examples/STR710Test/prj/hitex_str7_rom.ld
index 11ac4b6..329dbe0 100644
--- a/testing/examples/STR710Test/prj/hitex_str7_rom.ld
+++ b/testing/examples/STR710Test/prj/hitex_str7_rom.ld
@@ -256,4 +256,3 @@ SECTIONS
        .debug_typenames 0 : { *(.debug_typenames) }
        .debug_varnames  0 : { *(.debug_varnames) }     
 }
-
diff --git a/testing/examples/STR710Test/prj/str710_program.script 
b/testing/examples/STR710Test/prj/str710_program.script
index b268adf..b1601b8 100644
--- a/testing/examples/STR710Test/prj/str710_program.script
+++ b/testing/examples/STR710Test/prj/str710_program.script
@@ -1,8 +1 @@
 flash protect 0 0 7 off
-
-
-
-
-
-
-
diff --git a/testing/examples/STR710Test/src/crt.s 
b/testing/examples/STR710Test/src/crt.s
index c9db5f5..0e7cd37 100644
--- a/testing/examples/STR710Test/src/crt.s
+++ b/testing/examples/STR710Test/src/crt.s
@@ -296,4 +296,3 @@ FIQHandler:
 
    .ltorg
 /*** EOF ***/
-
diff --git a/testing/examples/STR912Test/prj/eclipse_ram.gdb 
b/testing/examples/STR912Test/prj/eclipse_ram.gdb
index 00a62d7..67def3c 100644
--- a/testing/examples/STR912Test/prj/eclipse_ram.gdb
+++ b/testing/examples/STR912Test/prj/eclipse_ram.gdb
@@ -15,7 +15,3 @@ monitor mww 0x54000000 0xf
 load
 break main
 continue
-
-
-
-
diff --git a/testing/examples/STR912Test/prj/eclipse_rom.gdb 
b/testing/examples/STR912Test/prj/eclipse_rom.gdb
index 58977cf..35cbff8 100644
--- a/testing/examples/STR912Test/prj/eclipse_rom.gdb
+++ b/testing/examples/STR912Test/prj/eclipse_rom.gdb
@@ -15,7 +15,3 @@ monitor mww 0x54000000 0xf
 load
 break main
 continue
-
-
-
-
diff --git a/testing/examples/STR912Test/prj/str912_program.script 
b/testing/examples/STR912Test/prj/str912_program.script
index df0239b..45ec8a7 100644
--- a/testing/examples/STR912Test/prj/str912_program.script
+++ b/testing/examples/STR912Test/prj/str912_program.script
@@ -1,9 +1,2 @@
 str9x flash_config 0 4 2 0 0x80000
 flash protect 0 0 7 off
-
-
-
-
-
-
-
diff --git a/testing/examples/STR912Test/prj/str912_ram.ld 
b/testing/examples/STR912Test/prj/str912_ram.ld
index 269ada9..9b9e731 100644
--- a/testing/examples/STR912Test/prj/str912_ram.ld
+++ b/testing/examples/STR912Test/prj/str912_ram.ld
@@ -215,4 +215,3 @@ SECTIONS
        .debug_typenames 0 : { *(.debug_typenames) }
        .debug_varnames  0 : { *(.debug_varnames) }     
 }
-
diff --git a/testing/examples/STR912Test/prj/str912_rom.ld 
b/testing/examples/STR912Test/prj/str912_rom.ld
index 804149d..aace268 100644
--- a/testing/examples/STR912Test/prj/str912_rom.ld
+++ b/testing/examples/STR912Test/prj/str912_rom.ld
@@ -246,4 +246,3 @@ SECTIONS
        .debug_typenames 0 : { *(.debug_typenames) }
        .debug_varnames  0 : { *(.debug_varnames) }     
 }
-
diff --git a/testing/examples/ledtest-imx27ads/Makefile 
b/testing/examples/ledtest-imx27ads/Makefile
index 4009c41..a1e0ba3 100644
--- a/testing/examples/ledtest-imx27ads/Makefile
+++ b/testing/examples/ledtest-imx27ads/Makefile
@@ -39,4 +39,3 @@ dump_full:
 
 clean:
        -/bin/rm -f *.o *~ test.elf
-
diff --git a/testing/examples/ledtest-imx27ads/crt0.S 
b/testing/examples/ledtest-imx27ads/crt0.S
index d749881..770982b 100644
--- a/testing/examples/ledtest-imx27ads/crt0.S
+++ b/testing/examples/ledtest-imx27ads/crt0.S
@@ -44,4 +44,3 @@ _mainCRTStartup:
        .word   __bss_start__
 .LC2:
        .word   __bss_end__
-
diff --git a/testing/examples/ledtest-imx27ads/gdbinit-imx27ads 
b/testing/examples/ledtest-imx27ads/gdbinit-imx27ads
index 4764bc7..88fc78a 100644
--- a/testing/examples/ledtest-imx27ads/gdbinit-imx27ads
+++ b/testing/examples/ledtest-imx27ads/gdbinit-imx27ads
@@ -33,4 +33,3 @@ b main
 
 # Run to the breakpoint.
 c
-
diff --git a/testing/examples/ledtest-imx27ads/test.c 
b/testing/examples/ledtest-imx27ads/test.c
index a3dd522..01dc284 100644
--- a/testing/examples/ledtest-imx27ads/test.c
+++ b/testing/examples/ledtest-imx27ads/test.c
@@ -54,5 +54,3 @@ atexit()
 {
   while (1);
 } /* ATEXIT */
-
-
diff --git a/testing/examples/ledtest-imx31pdk/Makefile 
b/testing/examples/ledtest-imx31pdk/Makefile
index 74e2fc2..1ca6a8d 100644
--- a/testing/examples/ledtest-imx31pdk/Makefile
+++ b/testing/examples/ledtest-imx31pdk/Makefile
@@ -39,4 +39,3 @@ dump_full:
 
 clean:
        -/bin/rm -f *.o *~ test.elf
-
diff --git a/testing/examples/ledtest-imx31pdk/crt0.S 
b/testing/examples/ledtest-imx31pdk/crt0.S
index d749881..770982b 100644
--- a/testing/examples/ledtest-imx31pdk/crt0.S
+++ b/testing/examples/ledtest-imx31pdk/crt0.S
@@ -44,4 +44,3 @@ _mainCRTStartup:
        .word   __bss_start__
 .LC2:
        .word   __bss_end__
-
diff --git a/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk 
b/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk
index 304a8d8..8374f5a 100644
--- a/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk
+++ b/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk
@@ -33,4 +33,3 @@ b main
 
 # Run to the breakpoint.
 c
-
diff --git a/testing/examples/ledtest-imx31pdk/test.c 
b/testing/examples/ledtest-imx31pdk/test.c
index 4135f89..a7e37b4 100644
--- a/testing/examples/ledtest-imx31pdk/test.c
+++ b/testing/examples/ledtest-imx31pdk/test.c
@@ -52,5 +52,3 @@ atexit()
 {
   while (1);
 } /* ATEXIT */
-
-
diff --git a/testing/profile_stm32.txt b/testing/profile_stm32.txt
index a7e03b0..e0eb875 100644
--- a/testing/profile_stm32.txt
+++ b/testing/profile_stm32.txt
@@ -49,4 +49,3 @@ step       114
 mem        96
 erase      1547
 flash fill 15564
-
diff --git a/testing/tcl_test.tcl b/testing/tcl_test.tcl
index 476e1c2..3883dd9 100644
--- a/testing/tcl_test.tcl
+++ b/testing/tcl_test.tcl
@@ -60,6 +60,3 @@ puts "Running help on PC using data from OpenOCD"
 global ocd_helptext
 set ocd_helptext [get_help_text]
 puts [pc_help]
-
-
-

-- 


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

Reply via email to