package/openocd: fix indentation of Config.in help text
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 6 Feb 2019 21:22:05 +0000 (22:22 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 6 Feb 2019 21:22:05 +0000 (22:22 +0100)
Fixes the following check-package warnings:

package/openocd/Config.in:20: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
package/openocd/Config.in:21: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/openocd/Config.in

index d8af37b7f979e9844fabb1f4369de42271b55d8f..abba07e889c4619fc7ffefdd877e3b4493f786a2 100644 (file)
@@ -17,8 +17,8 @@ config BR2_PACKAGE_OPENOCD_CMSIS_DAP
        select BR2_PACKAGE_LIBUSB
        select BR2_PACKAGE_HIDAPI
        help
-          Enable support for CMSIS-DAP compliant debuggers (i.e
-          Atmel/Microchip EDBG, etc.)
+         Enable support for CMSIS-DAP compliant debuggers (i.e
+         Atmel/Microchip EDBG, etc.)
 
 config BR2_PACKAGE_OPENOCD_FTDI
        bool "MPSSE mode of FTDI based devices"