aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2019-05-12 12:55:18 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-05-02 15:40:21 +0100
commit6572dd97b3a6e9c6afea81d47a507683ecc95698 (patch)
tree45e486a45c4f69db44f42effa103f951c40b6022 /src/jtag
parent9e23c9ae3551dc14e15bdfe129fd9e03c6970f33 (diff)
downloadriscv-openocd-6572dd97b3a6e9c6afea81d47a507683ecc95698.zip
riscv-openocd-6572dd97b3a6e9c6afea81d47a507683ecc95698.tar.gz
riscv-openocd-6572dd97b3a6e9c6afea81d47a507683ecc95698.tar.bz2
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
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/aice/aice_transport.c1
-rw-r--r--src/jtag/drivers/Makefile.am1
-rw-r--r--src/jtag/drivers/rlink_call.m42
-rw-r--r--src/jtag/drivers/rlink_speed_table.c1
-rw-r--r--src/jtag/drivers/sysfsgpio.c1
5 files changed, 0 insertions, 6 deletions
diff --git a/src/jtag/aice/aice_transport.c b/src/jtag/aice/aice_transport.c
index 682c669..d0f7a49 100644
--- a/src/jtag/aice/aice_transport.c
+++ b/src/jtag/aice/aice_transport.c
@@ -443,4 +443,3 @@ static void aice_constructor(void)
{
transport_register(&aice_jtag_transport);
}
-
diff --git a/src/jtag/drivers/Makefile.am b/src/jtag/drivers/Makefile.am
index ba758e7..07824f6 100644
--- a/src/jtag/drivers/Makefile.am
+++ b/src/jtag/drivers/Makefile.am
@@ -184,4 +184,3 @@ DRIVERHEADERS = \
%D%/versaloon/versaloon.h \
%D%/versaloon/versaloon_include.h \
%D%/versaloon/versaloon_internal.h
-
diff --git a/src/jtag/drivers/rlink_call.m4 b/src/jtag/drivers/rlink_call.m4
index b27f392..bf07afa 100644
--- a/src/jtag/drivers/rlink_call.m4
+++ b/src/jtag/drivers/rlink_call.m4
@@ -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
-
-
diff --git a/src/jtag/drivers/rlink_speed_table.c b/src/jtag/drivers/rlink_speed_table.c
index b843577..660aac4 100644
--- a/src/jtag/drivers/rlink_speed_table.c
+++ b/src/jtag/drivers/rlink_speed_table.c
@@ -98,4 +98,3 @@ const struct rlink_speed_table rlink_speed_table[] = {{
} };
const size_t rlink_speed_table_size = ARRAY_SIZE(rlink_speed_table);
-
diff --git a/src/jtag/drivers/sysfsgpio.c b/src/jtag/drivers/sysfsgpio.c
index c398d53..e4a1523 100644
--- a/src/jtag/drivers/sysfsgpio.c
+++ b/src/jtag/drivers/sysfsgpio.c
@@ -715,4 +715,3 @@ static int sysfsgpio_quit(void)
cleanup_all_fds();
return ERROR_OK;
}
-