diff options
author | Adam Duskett <Aduskett@gmail.com> | 2017-07-31 09:53:47 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-31 19:09:39 +0200 |
commit | 3fe76fbd7b9813f341ebc6fc1da6208773aca0e7 (patch) | |
tree | f8d0c3f4caf302e56e2fee7b91328bbe8248413d /package/jquery-ui | |
parent | d0b45144c3001593869fc5dfb12f1a119b960ba2 (diff) | |
download | buildroot-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/jquery-ui')
-rw-r--r-- | package/jquery-ui/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/jquery-ui/Config.in b/package/jquery-ui/Config.in index a7c0a6df5a..fd38997ef6 100644 --- a/package/jquery-ui/Config.in +++ b/package/jquery-ui/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_JQUERY_UI help jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, - built on top of the jQuery JavaScript Library, that you can use - to build highly interactive web applications. + built on top of the jQuery JavaScript Library, that you can + use to build highly interactive web applications. http://jqueryui.com/ |