summaryrefslogtreecommitdiffstats
path: root/package/jemalloc
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-07-31 09:53:47 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-31 19:09:39 +0200
commit3fe76fbd7b9813f341ebc6fc1da6208773aca0e7 (patch)
treef8d0c3f4caf302e56e2fee7b91328bbe8248413d /package/jemalloc
parentd0b45144c3001593869fc5dfb12f1a119b960ba2 (diff)
downloadbuildroot-3fe76fbd7b9813f341ebc6fc1da6208773aca0e7.tar.gz
buildroot-3fe76fbd7b9813f341ebc6fc1da6208773aca0e7.zip
package/j*: fix wrapping of Config.in help text
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter j in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/jemalloc')
-rw-r--r--package/jemalloc/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/jemalloc/Config.in b/package/jemalloc/Config.in
index 85861407da..c3fd8e34b8 100644
--- a/package/jemalloc/Config.in
+++ b/package/jemalloc/Config.in
@@ -14,8 +14,9 @@ config BR2_PACKAGE_JEMALLOC
depends on !BR2_STATIC_LIBS
depends on BR2_TOOLCHAIN_HAS_THREADS
help
- This library providing a malloc(3) implementation that emphasizes
- fragmentation avoidance and scalable concurrency support.
+ This library providing a malloc(3) implementation that
+ emphasizes fragmentation avoidance and scalable concurrency
+ support.
http://jemalloc.net/
OpenPOWER on IntegriCloud