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.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5169 Tested-by: jenkins
This commit is contained in:
@@ -15,7 +15,3 @@ monitor mww 0x54000000 0xf
|
||||
load
|
||||
break main
|
||||
continue
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +15,3 @@ monitor mww 0x54000000 0xf
|
||||
load
|
||||
break main
|
||||
continue
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,2 @@
|
||||
str9x flash_config 0 4 2 0 0x80000
|
||||
flash protect 0 0 7 off
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -215,4 +215,3 @@ SECTIONS
|
||||
.debug_typenames 0 : { *(.debug_typenames) }
|
||||
.debug_varnames 0 : { *(.debug_varnames) }
|
||||
}
|
||||
|
||||
|
||||
@@ -246,4 +246,3 @@ SECTIONS
|
||||
.debug_typenames 0 : { *(.debug_typenames) }
|
||||
.debug_varnames 0 : { *(.debug_varnames) }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user