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:
parent
6572dd97b3
commit
837de9fd10
|
@ -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
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -113,4 +113,3 @@ exit:
|
|||
bkpt #0x00
|
||||
|
||||
.pool
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -726,4 +726,3 @@ finally:
|
|||
cmdbuf[0] = XCOMPLETE
|
||||
output.write( cmdbuf )
|
||||
output.close()
|
||||
|
||||
|
|
|
@ -265,4 +265,3 @@ def main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
|
|
Loading…
Reference in New Issue