From: Thomas Petazzoni Date: Wed, 6 Feb 2019 21:22:05 +0000 (+0100) Subject: package/openocd: fix indentation of Config.in help text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=621ccce86c71d136a56c127d0c6549dec4e3f4a7;p=buildroot.git package/openocd: fix indentation of Config.in help text Fixes the following check-package warnings: package/openocd/Config.in:20: help text: <2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) package/openocd/Config.in:21: help text: <2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) Signed-off-by: Thomas Petazzoni --- 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"