rtt/tcl: Fix line indentation

Change-Id: I21f8084ca648cfe35f8f4dba078b2227772578a8
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/7993
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Marc Schink 2022-03-27 17:55:53 +02:00 committed by Antonio Borneo
parent 8ccd7827be
commit acde409ba0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
COMMAND_HANDLER(handle_rtt_setup_command)
{
struct rtt_source source;
struct rtt_source source;
if (CMD_ARGC != 3)
return ERROR_COMMAND_SYNTAX_ERROR;