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
This commit is contained in:
Antonio Borneo
2019-05-12 12:57:49 +02:00
parent 6572dd97b3
commit 837de9fd10
11 changed files with 0 additions and 11 deletions
-1
View File
@@ -16,4 +16,3 @@ To see how many times the trace point was hit:
Spen
spen@spen-soft.co.uk
@@ -713,4 +713,3 @@ send_to_debugger:
receive_from_debugger:
m_receive_from_debugger r0
mov pc, lr
-1
View File
@@ -57,4 +57,3 @@ done_write:
bkpt #0
.end
@@ -129,4 +129,3 @@ SECTIONS
}
/*** EOF ***/
@@ -148,4 +148,3 @@ SECTIONS {
__stack_top = ORIGIN(REGION_STACK) + LENGTH(REGION_STACK);
PROVIDE(__stack = __stack_top);
}
-1
View File
@@ -113,4 +113,3 @@ exit:
bkpt #0x00
.pool
-1
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
@@ -61,4 +61,3 @@ done:
bkpt #0
.end
@@ -78,4 +78,3 @@ done:
bkpt #0
.end
-1
View File
@@ -726,4 +726,3 @@ finally:
cmdbuf[0] = XCOMPLETE
output.write( cmdbuf )
output.close()
-1
View File
@@ -265,4 +265,3 @@ def main():
if __name__ == "__main__":
main()