]> git.gag.com Git - fw/openocd/commitdiff
target: type: fix indentation
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 24 Feb 2017 13:23:53 +0000 (15:23 +0200)
committerPaul Fertser <fercerpav@gmail.com>
Sat, 13 Jan 2018 09:25:00 +0000 (09:25 +0000)
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>
src/target/target_type.h

index 0960e6d59392391ffc86870f247c5f73c0a9924f..0ab22bd5cf0a4df823c88fec95d3eced32e86fb7 100644 (file)
@@ -84,7 +84,7 @@ struct target_type {
         * "halt".
         *
         * reset run; halt
-     */
+        */
        int (*deassert_reset)(struct target *target);
        int (*soft_reset_halt)(struct target *target);