coding style: contrib: remove empty lines at end of text files
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 12 May 2019 10:57:49 +0000 (12:57 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 2 May 2020 14:40:26 +0000 (15:40 +0100)
Empty lines at end of text files are useless.
Remove them.

Change-Id: I4efbd9af5be7e16213dcc7cb95de936ecde2fcef
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5173
Tested-by: jenkins
contrib/libdcc/README
contrib/loaders/debug/xscale/debug_handler.S
contrib/loaders/flash/armv7m_io.s
contrib/loaders/flash/at91sam7x/at91sam7x_ram.ld
contrib/loaders/flash/msp432/msp432p411x/msp432p411x.lds
contrib/loaders/flash/stm32/stm32h7x.S
contrib/loaders/flash/stm32/stm32l4x.S
contrib/loaders/watchdog/armv7m_kinetis_wdog.s
contrib/loaders/watchdog/armv7m_kinetis_wdog32.s
contrib/xsvf_tools/svf2xsvf.py
contrib/xsvf_tools/xsvfdump.py

index d67ccce3f1cfe699b02b3db4179232867f2d00f4..1135b247e107c562ad483df6c2de687a62e54a5a 100644 (file)
@@ -16,4 +16,3 @@ To see how many times the trace point was hit:
 
 Spen
 spen@spen-soft.co.uk
-
index 66dfa8891270f0959a035c4de1f7e27d277236d7..0f62d9c14df2c91bb42e79903db5aabaf42761d2 100644 (file)
@@ -713,4 +713,3 @@ send_to_debugger:
 receive_from_debugger:
        m_receive_from_debugger r0
        mov pc, lr
-
index 797981c53cf6cdf3cc7a5f57dc34316bca632a3f..f6dbbe9bf9d022ae50c183dc13065d3d7b655422 100644 (file)
@@ -57,4 +57,3 @@ done_write:
        bkpt #0
 
        .end
-
index ea06931d0f7d8268ce43150a265e826a64192f33..8cb21184f86fb2ba173f672620f0575b782f7bf1 100644 (file)
@@ -129,4 +129,3 @@ SECTIONS
 
 }
 /*** EOF ***/
-
index 7798b304a1227afca6bc3a1a5f43daca089c5ac7..0e7aa2dee5673096c7eb7efe5e2ea248d72b5203 100644 (file)
@@ -148,4 +148,3 @@ SECTIONS {
        __stack_top = ORIGIN(REGION_STACK) + LENGTH(REGION_STACK);
        PROVIDE(__stack = __stack_top);
 }
-
index a4317229e1ef73cfc48649439dead325139c18a8..99e4167532a34e012babddef18a66c89937769c4 100644 (file)
@@ -113,4 +113,3 @@ exit:
        bkpt    #0x00
 
        .pool
-
index 9e5c41ebae4f637e5588fef4fedb71607b874835..9923ce7722f6c3e99d4bd19af93c9c8d92367ea5 100644 (file)
@@ -103,4 +103,3 @@ exit:
        movs    r6, #FLASH_ERROR                        /* all error bits */
        str             r6, [r4]                                        /* write to FLASH_CR to clear errors */
        bkpt    #0x00
-
index d7241927c96ff593a7def293e4b3db10bfad139d..2a7eb898427a4ea07100da507e6399f77e22ef29 100644 (file)
@@ -61,4 +61,3 @@ done:
        bkpt    #0
 
        .end
-
index bf58327e953621fd21a9ebdbb652e772c9f126dc..1284ab0a2f67f76b8f0866abc3ad64d0ae8259d5 100644 (file)
@@ -78,4 +78,3 @@ done:
        bkpt    #0
 
        .end
-
index 113e0a61a39fc736b164345fac918e83a9fef7e6..6da7ff4a82d47e16317f5da1a8c753784d846ed7 100644 (file)
@@ -726,4 +726,3 @@ finally:
     cmdbuf[0] = XCOMPLETE
     output.write( cmdbuf )
     output.close()
-
index e65f8d5b273263fdc26daacaa4009aa157e18f91..0e00ca05cebce52793925dfaf190221b5023550a 100644 (file)
@@ -265,4 +265,3 @@ def main():
 
 if __name__ == "__main__":
     main()
-