diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-02-06 22:22:05 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-02-06 22:22:05 +0100 |
commit | 621ccce86c71d136a56c127d0c6549dec4e3f4a7 (patch) | |
tree | a35ee30466b8f5a9888c4ff2f796b259e4f6d67b | |
parent | 5de451e5986abbbbea4df5ec9f4d64f3d726b407 (diff) | |
download | buildroot-621ccce86c71d136a56c127d0c6549dec4e3f4a7.tar.gz buildroot-621ccce86c71d136a56c127d0c6549dec4e3f4a7.zip |
package/openocd: fix indentation of Config.in help text
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>
-rw-r--r-- | package/openocd/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openocd/Config.in b/package/openocd/Config.in index d8af37b7f9..abba07e889 100644 --- a/package/openocd/Config.in +++ b/package/openocd/Config.in @@ -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" |