Browse Source

coding style: contrib: remove empty lines at end of text files

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
jim
Antonio Borneo 5 years ago
parent
commit
837de9fd10
11 changed files with 0 additions and 11 deletions
  1. +0
    -1
      contrib/libdcc/README
  2. +0
    -1
      contrib/loaders/debug/xscale/debug_handler.S
  3. +0
    -1
      contrib/loaders/flash/armv7m_io.s
  4. +0
    -1
      contrib/loaders/flash/at91sam7x/at91sam7x_ram.ld
  5. +0
    -1
      contrib/loaders/flash/msp432/msp432p411x/msp432p411x.lds
  6. +0
    -1
      contrib/loaders/flash/stm32/stm32h7x.S
  7. +0
    -1
      contrib/loaders/flash/stm32/stm32l4x.S
  8. +0
    -1
      contrib/loaders/watchdog/armv7m_kinetis_wdog.s
  9. +0
    -1
      contrib/loaders/watchdog/armv7m_kinetis_wdog32.s
  10. +0
    -1
      contrib/xsvf_tools/svf2xsvf.py
  11. +0
    -1
      contrib/xsvf_tools/xsvfdump.py

+ 0
- 1
contrib/libdcc/README View File

@@ -16,4 +16,3 @@ To see how many times the trace point was hit:

Spen
spen@spen-soft.co.uk


+ 0
- 1
contrib/loaders/debug/xscale/debug_handler.S View File

@@ -713,4 +713,3 @@ send_to_debugger:
receive_from_debugger:
m_receive_from_debugger r0
mov pc, lr


+ 0
- 1
contrib/loaders/flash/armv7m_io.s View File

@@ -57,4 +57,3 @@ done_write:
bkpt #0

.end


+ 0
- 1
contrib/loaders/flash/at91sam7x/at91sam7x_ram.ld View File

@@ -129,4 +129,3 @@ SECTIONS

}
/*** EOF ***/


+ 0
- 1
contrib/loaders/flash/msp432/msp432p411x/msp432p411x.lds View File

@@ -148,4 +148,3 @@ SECTIONS {
__stack_top = ORIGIN(REGION_STACK) + LENGTH(REGION_STACK);
PROVIDE(__stack = __stack_top);
}


+ 0
- 1
contrib/loaders/flash/stm32/stm32h7x.S View File

@@ -113,4 +113,3 @@ exit:
bkpt #0x00

.pool


+ 0
- 1
contrib/loaders/flash/stm32/stm32l4x.S View 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


+ 0
- 1
contrib/loaders/watchdog/armv7m_kinetis_wdog.s View File

@@ -61,4 +61,3 @@ done:
bkpt #0

.end


+ 0
- 1
contrib/loaders/watchdog/armv7m_kinetis_wdog32.s View File

@@ -78,4 +78,3 @@ done:
bkpt #0

.end


+ 0
- 1
contrib/xsvf_tools/svf2xsvf.py View File

@@ -726,4 +726,3 @@ finally:
cmdbuf[0] = XCOMPLETE
output.write( cmdbuf )
output.close()


+ 0
- 1
contrib/xsvf_tools/xsvfdump.py View File

@@ -265,4 +265,3 @@ def main():

if __name__ == "__main__":
main()


Loading…
Cancel
Save