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>
This commit is contained in:
parent
1ea313e333
commit
ffa6b189a0
|
@ -84,7 +84,7 @@ struct target_type {
|
|||
* "halt".
|
||||
*
|
||||
* reset run; halt
|
||||
*/
|
||||
*/
|
||||
int (*deassert_reset)(struct target *target);
|
||||
int (*soft_reset_halt)(struct target *target);
|
||||
|
||||
|
|
Loading…
Reference in New Issue