From 359a93be91f30fc618ebb0d5c37afcda8cd29f54 Mon Sep 17 00:00:00 2001 From: Greg Savin <43152568+SiFiveGregS@users.noreply.github.com> Date: Thu, 11 Apr 2019 14:56:08 -0700 Subject: [PATCH] Fixed style issue caught by checkpatch. --- src/target/target.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/target/target.c b/src/target/target.c index 473646e18..532ab5c23 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -4603,9 +4603,9 @@ enum target_cfg_param { TCFG_RTOS, TCFG_DEFER_EXAMINE, TCFG_GDB_PORT, -#if BUILD_RISCV_ARTY_BSCAN == 1 +#if BUILD_RISCV_ARTY_BSCAN == 1 TCFG_BSCAN_TUNNEL_IR_WIDTH, -#endif +#endif }; static Jim_Nvp nvp_config_opts[] = { @@ -4941,7 +4941,7 @@ no_params: Jim_SetResult(goi->interp, Jim_NewIntObj(goi->interp, target->bscan_tunnel_ir_width)); /* loop for more */ break; -#endif +#endif } } /* while (goi->argc) */