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

Empty lines at end of text files are useless.
Remove them.

Change-Id: Ibac9b36682d58f81e34ca2b51e6260e7d472fb0e
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5172
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2019-05-12 12:55:18 +02:00
parent 9e23c9ae35
commit 6572dd97b3
14 changed files with 0 additions and 16 deletions

View File

@@ -443,4 +443,3 @@ static void aice_constructor(void)
{
transport_register(&aice_jtag_transport);
}

View File

@@ -184,4 +184,3 @@ DRIVERHEADERS = \
%D%/versaloon/versaloon.h \
%D%/versaloon/versaloon_include.h \
%D%/versaloon/versaloon_internal.h

View File

@@ -479,5 +479,3 @@ m4_delay(HOLD_DELAY_CYCLES - 10)
A = X
DR_MPEG = A ; return TCK low, as str912 reset halt seems to require it
BRANCH

View File

@@ -98,4 +98,3 @@ const struct rlink_speed_table rlink_speed_table[] = {{
} };
const size_t rlink_speed_table_size = ARRAY_SIZE(rlink_speed_table);

View File

@@ -715,4 +715,3 @@ static int sysfsgpio_quit(void)
cleanup_all_fds();
return ERROR_OK;
}