diff options
| author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-11-11 17:23:23 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 22:19:30 +0100 |
| commit | bed4e27868aaefb3b82dca9ba076415bec368557 (patch) | |
| tree | 478b89dc5a865eeb4b3b0067fab6e7c78ba2a3d0 /package/gd | |
| parent | c2255e00f3ead5d9a55d81f503be269b555fbed5 (diff) | |
| download | buildroot-bed4e27868aaefb3b82dca9ba076415bec368557.tar.gz buildroot-bed4e27868aaefb3b82dca9ba076415bec368557.zip | |
Config.in files: whitespace cleanup
This patch fixes the following whitespace problems in Config.in files:
- trailing whitespace
- spaces instead of tabs for indentation
- help text not indented with tab + 2 spaces
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gd')
| -rw-r--r-- | package/gd/Config.in | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/package/gd/Config.in b/package/gd/Config.in index efac21d7ef..ba6f3267ba 100644 --- a/package/gd/Config.in +++ b/package/gd/Config.in @@ -15,47 +15,47 @@ if BR2_PACKAGE_GD menu "gd tools" config BR2_PACKAGE_GD_ANNOTATE - bool "annotate" + bool "annotate" config BR2_PACKAGE_GD_BDFTOGD - bool "bdftogd" - depends on BR2_PACKAGE_PERL + bool "bdftogd" + depends on BR2_PACKAGE_PERL config BR2_PACKAGE_GD_GD2COPYPAL - bool "gd2copypal" + bool "gd2copypal" config BR2_PACKAGE_GD_GD2TOGIF - bool "gd2togif" + bool "gd2togif" config BR2_PACKAGE_GD_GD2TOPNG - bool "gd2topng" - select BR2_PACKAGE_LIBPNG + bool "gd2topng" + select BR2_PACKAGE_LIBPNG config BR2_PACKAGE_GD_GDCMPGIF - bool "gdcmpgif" + bool "gdcmpgif" config BR2_PACKAGE_GD_GDPARTTOPNG - bool "gdparttopng" - select BR2_PACKAGE_LIBPNG + bool "gdparttopng" + select BR2_PACKAGE_LIBPNG config BR2_PACKAGE_GD_GDTOPNG - bool "gdtopng" - select BR2_PACKAGE_LIBPNG + bool "gdtopng" + select BR2_PACKAGE_LIBPNG config BR2_PACKAGE_GD_GIFTOGD2 - bool "giftogd2" + bool "giftogd2" config BR2_PACKAGE_GD_PNGTOGD - bool "pngtogd" - select BR2_PACKAGE_LIBPNG + bool "pngtogd" + select BR2_PACKAGE_LIBPNG config BR2_PACKAGE_GD_PNGTOGD2 - bool "pngtogd2" - select BR2_PACKAGE_LIBPNG + bool "pngtogd2" + select BR2_PACKAGE_LIBPNG config BR2_PACKAGE_GD_WEBPNG - bool "webpng" - select BR2_PACKAGE_LIBPNG + bool "webpng" + select BR2_PACKAGE_LIBPNG endmenu |

