package/dacapo: fix indentation

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>
This commit is contained in:
Yann E. MORIN 2019-04-14 16:52:27 +02:00 committed by Peter Korsgaard
parent 7f01cca9c3
commit 46cd706122

View File

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