aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Balbi <felipe.balbi@linux.intel.com>2017-02-24 15:23:53 +0200
committerPaul Fertser <fercerpav@gmail.com>2018-01-13 09:25:00 +0000
commitffa6b189a0155411545bb26947419b7a9a2b35e8 (patch)
treec67508d67e816e2ba9597a07f99268c1ea1b9888
parent1ea313e333f60aed254ef6a7a052a2cebbc884e1 (diff)
downloadriscv-openocd-ffa6b189a0155411545bb26947419b7a9a2b35e8.zip
riscv-openocd-ffa6b189a0155411545bb26947419b7a9a2b35e8.tar.gz
riscv-openocd-ffa6b189a0155411545bb26947419b7a9a2b35e8.tar.bz2
target: type: fix indentation
No functional changes, cleanup only Change-Id: I53c422be16d0a4ff157745d31362f6483093e5eb Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com> Reviewed-on: http://openocd.zylin.com/4014 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
-rw-r--r--src/target/target_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target_type.h b/src/target/target_type.h
index 0960e6d..0ab22bd 100644
--- a/src/target/target_type.h
+++ b/src/target/target_type.h
@@ -84,7 +84,7 @@ struct target_type {
* "halt".
*
* reset run; halt
- */
+ */
int (*deassert_reset)(struct target *target);
int (*soft_reset_halt)(struct target *target);