package/dacapo: fix indentation
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 14 Apr 2019 14:52:27 +0000 (16:52 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 14 Apr 2019 15:20:26 +0000 (17:20 +0200)
Fixes errors reported by running 'make check-package':
    package/dacapo/Config.in:2: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
    package/dacapo/Config.in:3: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
    package/dacapo/Config.in:4: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
    package/dacapo/Config.in:5: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
    package/dacapo/Config.in:6: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
    package/dacapo/Config.in:7: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
    package/dacapo/Config.in:12: should be indented with one tab (http://nightly.buildroot.org/#_config_files)

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Daniel J. Leach <dleach@belcan.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dacapo/Config.in

index 802d7620e8578032c48183906601e32c67c11ea5..02dcab9e72fd7b346eac3284653fa0d203a04e68 100644 (file)
@@ -1,12 +1,12 @@
 config BR2_PACKAGE_DACAPO
-       bool "dacapo"
-       depends on BR2_PACKAGE_OPENJDK
-       help
-         The DaCapo benchmark suite is intended as a tool for Java
-         benchmarking by the programming language, memory
-         management and computer architecture communities.
+       bool "dacapo"
+       depends on BR2_PACKAGE_OPENJDK
+       help
+         The DaCapo benchmark suite is intended as a tool for Java
+         benchmarking by the programming language, memory
+         management and computer architecture communities.
 
-         http://dacapobench.org/
+         http://dacapobench.org/
 
 comment "dacapo needs OpenJDK"
-       depends on !BR2_PACKAGE_OPENJDK
+       depends on !BR2_PACKAGE_OPENJDK