From: Felipe Balbi Date: Fri, 24 Feb 2017 13:23:53 +0000 (+0200) Subject: target: type: fix indentation X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ffa6b189a0155411545bb26947419b7a9a2b35e8;p=openocd target: type: fix indentation No functional changes, cleanup only Change-Id: I53c422be16d0a4ff157745d31362f6483093e5eb Signed-off-by: Felipe Balbi Reviewed-on: http://openocd.zylin.com/4014 Tested-by: jenkins Reviewed-by: Paul Fertser --- diff --git a/src/target/target_type.h b/src/target/target_type.h index 0960e6d5..0ab22bd5 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);