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:
@@ -39,4 +39,3 @@ dump_full:
|
||||
|
||||
clean:
|
||||
-/bin/rm -f *.o *~ test.elf
|
||||
|
||||
|
||||
@@ -44,4 +44,3 @@ _mainCRTStartup:
|
||||
.word __bss_start__
|
||||
.LC2:
|
||||
.word __bss_end__
|
||||
|
||||
|
||||
@@ -33,4 +33,3 @@ b main
|
||||
|
||||
# Run to the breakpoint.
|
||||
c
|
||||
|
||||
|
||||
@@ -52,5 +52,3 @@ atexit()
|
||||
{
|
||||
while (1);
|
||||
} /* ATEXIT */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user