openocd/src/target/riscv
Antonio Borneo 4f459660a9 coding style: avoid unnecessary line continuations
Line continuation, adding a backslash as last char of the line, is
requested in multi-line macro definition, but is not necessary in
the rest of C code.

Remove it where present.

Identified by checkpatch script from Linux kernel v5.1 using the
command

	find src/ -type f -exec ./tools/scripts/checkpatch.pl \
	-q --types LINE_CONTINUATIONS -f {} \;

Change-Id: Id0c69e93456731717a7b290b16580e9f8ae741bc
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5619
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
2020-05-09 14:39:29 +01:00
..
asm.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
batch.c Lots of RISC-V improvements. 2019-03-27 08:53:09 +00:00
batch.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
debug_defines.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
encoding.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
gdb_regs.h Add RISC-V support. 2018-07-24 13:07:26 +01:00
Makefile.am Add RISC-V support. 2018-07-24 13:07:26 +01:00
opcodes.h Lots of RISC-V improvements. 2019-03-27 08:53:09 +00:00
program.c Add RISC-V support. 2018-07-24 13:07:26 +01:00
program.h Lots of RISC-V improvements. 2019-03-27 08:53:09 +00:00
riscv_semihosting.c Add RISC-V support. 2018-07-24 13:07:26 +01:00
riscv-011.c helper/binarybuffer: fix clang static analyzer warnings 2020-03-07 15:30:05 +00:00
riscv-013.c coding style: avoid unnecessary line continuations 2020-05-09 14:39:29 +01:00
riscv.c semihosting: reorganize semihosting commands 2020-03-10 20:20:22 +00:00
riscv.h Lots of RISC-V improvements. 2019-03-27 08:53:09 +00:00