openocd/src/server
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
..
Makefile.am helper,rtos,server: Restore missing warning flags 2017-01-15 10:16:16 +00:00
gdb_server.c coding style: avoid unnecessary line continuations 2020-05-09 14:39:29 +01:00
gdb_server.h server: free strduped port numbers 2018-03-15 17:08:53 +00:00
server.c server: set tcp port and bind address before init 2020-05-02 15:40:57 +01:00
server.h server: set connection::input_pending type to bool 2020-04-13 17:52:06 +01:00
server_stubs.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
startup.tcl CVE-2018-5704: Prevent some forms of Cross Protocol Scripting attacks 2019-11-22 18:25:34 +00:00
tcl_server.c server: set tcp port and bind address before init 2020-05-02 15:40:57 +01:00
tcl_server.h server: free strduped port numbers 2018-03-15 17:08:53 +00:00
telnet_server.c server/telnet: Fix history output 2020-05-09 14:35:43 +01:00
telnet_server.h server: free strduped port numbers 2018-03-15 17:08:53 +00:00