All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/openocd: fix indentation of Config.in help text
@ 2019-02-06 21:22 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2019-02-06 21:22 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=621ccce86c71d136a56c127d0c6549dec4e3f4a7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 | 4 ++--
 1 file 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"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-06 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06 21:22 [Buildroot] [git commit] package/openocd: fix indentation of Config.in help text Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.